fixup end to end test

This commit is contained in:
Lu Guanqun 2015-12-23 12:19:11 +00:00
parent 985744545a
commit 08493589c1

View File

@ -110,7 +110,7 @@ BOOST_AUTO_TEST_CASE(conditional_expression_false_literal)
BOOST_CHECK(callContractFunction("f()", bytes()) == toBigEndian(u256(10))); 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"( char const* sourceCode = R"(
contract test { contract test {