Some further test fixes.

This commit is contained in:
chriseth
2015-10-13 14:31:24 +02:00
parent 13d7bc4ee8
commit 72f7792f8e
3 changed files with 37 additions and 26 deletions
@@ -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)