mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some further test fixes.
This commit is contained in:
@@ -2419,9 +2419,10 @@ BOOST_AUTO_TEST_CASE(multi_variable_declaration_wildcards_fine)
|
||||
var (,e,g) = two();
|
||||
var (,,) = three();
|
||||
var () = none();
|
||||
}
|
||||
}
|
||||
)";
|
||||
BOOST_CHECK_NO_THROW(parseAndAnalyseReturnError(text));
|
||||
BOOST_CHECK_NO_THROW(parseAndAnalyse(text));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(multi_variable_declaration_wildcards_fail_1)
|
||||
|
||||
Reference in New Issue
Block a user