diff options
author | Lu Guanqun <guanqun.lu@gmail.com> | 2015-12-23 20:19:11 +0800 |
---|---|---|
committer | Lu Guanqun <guanqun.lu@gmail.com> | 2016-01-23 01:14:00 +0800 |
commit | 08493589c1638b57721613d46e9e8d28f244f1d3 (patch) | |
tree | 4dc3e061c791a7bda560988b53a031a5224b2072 /test | |
parent | 985744545a9cae9c92ba535eef1d7ecd86ba846f (diff) | |
download | dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.gz dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.zst dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.zip |
fixup end to end test
Diffstat (limited to 'test')
-rw-r--r-- | test/libsolidity/SolidityEndToEndTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp index d07ef483..4e515b65 100644 --- a/test/libsolidity/SolidityEndToEndTest.cpp +++ b/test/libsolidity/SolidityEndToEndTest.cpp @@ -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 { |