aboutsummaryrefslogtreecommitdiffstats
path: root/test/liblll
diff options
context:
space:
mode:
authorDaniel Ellison <daniel@syrinx.net>2016-12-02 23:31:00 +0800
committerDaniel Ellison <daniel@syrinx.net>2016-12-07 00:16:56 +0800
commit20a098e205020ce682c2bfe79e749167e87d41e1 (patch)
tree36747674a2b66ad515b2a8c182732db548c00fe9 /test/liblll
parent1152d2d2d4eefe36a08f7026be6d9d7031722c2e (diff)
downloaddexon-solidity-20a098e205020ce682c2bfe79e749167e87d41e1.tar.gz
dexon-solidity-20a098e205020ce682c2bfe79e749167e87d41e1.tar.zst
dexon-solidity-20a098e205020ce682c2bfe79e749167e87d41e1.zip
Removed enclosed_panic test until assembler bug is fixed.
Diffstat (limited to 'test/liblll')
-rw-r--r--test/liblll/EndToEndTest.cpp7
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"(