Add end-to-end test

This commit is contained in:
Alex Beregszaszi
2017-07-13 15:18:40 +02:00
parent b65601bb3d
commit ee3a2c0599
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ BOOST_AUTO_TEST_CASE(vardecl_bool)
BOOST_AUTO_TEST_CASE(vardecl_empty)
{
BOOST_CHECK(successParse("{ let x }"));
BOOST_CHECK(successParse("{ let x:u256 }"));
}
BOOST_AUTO_TEST_CASE(assignment)