Removed enclosed_panic test until assembler bug is fixed.

This commit is contained in:
Daniel Ellison 2016-12-02 10:31:00 -05:00
parent 1152d2d2d4
commit 20a098e205

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"(