Removed enclosed_panic test until assembler bug is fixed.

This commit is contained in:
Daniel Ellison
2016-12-06 11:16:56 -05:00
parent 1152d2d2d4
commit 20a098e205
-7
View File
@@ -50,13 +50,6 @@ BOOST_AUTO_TEST_CASE(bare_panic)
BOOST_REQUIRE(m_output.empty());
}
BOOST_AUTO_TEST_CASE(enclosed_panic)
{
char const* sourceCode = "(seq (panic))";
compileAndRunWithoutCheck(sourceCode);
BOOST_REQUIRE(m_output.empty());
}
BOOST_AUTO_TEST_CASE(exp_operator_const)
{
char const* sourceCode = R"(