mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix the expectation about the parse
This commit is contained in:
parent
a03913427f
commit
0909ffc26e
@ -171,7 +171,7 @@ BOOST_AUTO_TEST_CASE(list)
|
||||
BOOST_CHECK_EQUAL(parse(text), R"(( 1234 ))");
|
||||
|
||||
BOOST_CHECK(successParse("( 1234 5467 )"));
|
||||
BOOST_CHECK(!successParse("()"));
|
||||
BOOST_CHECK(successParse("()"));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(macro_with_zero_args)
|
||||
|
Loading…
Reference in New Issue
Block a user