forgot about this one...again making this purely about parsing...typechecking will come another day

This commit is contained in:
RJ Catalano 2015-12-16 13:35:28 -06:00
parent df41812442
commit f7a1860abd

View File

@ -2755,7 +2755,7 @@ BOOST_AUTO_TEST_CASE(invalid_args_creating_memory_array)
}
)";
BOOST_CHECK(success(text));
}*/
}
BOOST_AUTO_TEST_CASE(invalid_types_in_inline_array)
{
@ -2767,7 +2767,7 @@ BOOST_AUTO_TEST_CASE(invalid_types_in_inline_array)
}
)";
BOOST_CHECK(expectError(text) == Error::Type::TypeError);
}
}*/
BOOST_AUTO_TEST_SUITE_END()