aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@gmail.com>2015-12-23 20:19:11 +0800
committerLu Guanqun <guanqun.lu@gmail.com>2016-01-23 01:14:00 +0800
commit08493589c1638b57721613d46e9e8d28f244f1d3 (patch)
tree4dc3e061c791a7bda560988b53a031a5224b2072
parent985744545a9cae9c92ba535eef1d7ecd86ba846f (diff)
downloaddexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.gz
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.bz2
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.lz
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.xz
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.tar.zst
dexon-solidity-08493589c1638b57721613d46e9e8d28f244f1d3.zip
fixup end to end test
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp2
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 {