mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update expectation.
This commit is contained in:
parent
e133b1a0cd
commit
338a875134
@ -47,8 +47,8 @@ BOOST_AUTO_TEST_CASE(does_not_include_creation_time_only_internal_functions)
|
||||
BOOST_REQUIRE_MESSAGE(m_compiler.compile(), "Compiling contract failed");
|
||||
bytes const& creationBytecode = m_compiler.object("C").bytecode;
|
||||
bytes const& runtimeBytecode = m_compiler.runtimeObject("C").bytecode;
|
||||
BOOST_CHECK(creationBytecode.size() >= 120);
|
||||
BOOST_CHECK(creationBytecode.size() <= 150);
|
||||
BOOST_CHECK(creationBytecode.size() >= 130);
|
||||
BOOST_CHECK(creationBytecode.size() <= 160);
|
||||
BOOST_CHECK(runtimeBytecode.size() >= 50);
|
||||
BOOST_CHECK(runtimeBytecode.size() <= 70);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user