mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixup end to end test
This commit is contained in:
parent
985744545a
commit
08493589c1
@ -110,7 +110,7 @@ BOOST_AUTO_TEST_CASE(conditional_expression_false_literal)
|
||||
BOOST_CHECK(callContractFunction("f()", bytes()) == toBigEndian(u256(10)));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(conditional_expression_false_literal)
|
||||
BOOST_AUTO_TEST_CASE(conditional_expression_multiple)
|
||||
{
|
||||
char const* sourceCode = R"(
|
||||
contract test {
|
||||
|
Loading…
Reference in New Issue
Block a user