diff options
Diffstat (limited to 'test/liblll')
-rw-r--r-- | test/liblll/EndToEndTest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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"( |