From 20a098e205020ce682c2bfe79e749167e87d41e1 Mon Sep 17 00:00:00 2001 From: Daniel Ellison Date: Fri, 2 Dec 2016 10:31:00 -0500 Subject: Removed enclosed_panic test until assembler bug is fixed. --- test/liblll/EndToEndTest.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/liblll') diff --git a/test/liblll/EndToEndTest.cpp b/test/liblll/EndToEndTest.cpp index 6a5a223e..f4e9e414 100644 --- a/test/liblll/EndToEndTest.cpp +++ b/test/liblll/EndToEndTest.cpp @@ -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"( -- cgit