mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set version to 0.3.0
This commit is contained in:
@@ -5903,7 +5903,7 @@ BOOST_AUTO_TEST_CASE(version_stamp_for_libraries)
|
||||
bytes runtimeCode = compileAndRun(sourceCode, 0, "lib");
|
||||
BOOST_CHECK(runtimeCode.size() >= 8);
|
||||
BOOST_CHECK_EQUAL(runtimeCode[0], int(eth::Instruction::PUSH6)); // might change once we switch to 1.x.x
|
||||
BOOST_CHECK_EQUAL(runtimeCode[1], 2); // might change once we switch away from x.2.x
|
||||
BOOST_CHECK_EQUAL(runtimeCode[1], 3); // might change once we switch away from x.3.x
|
||||
BOOST_CHECK_EQUAL(runtimeCode[7], int(eth::Instruction::POP));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user