diff options
author | Daniel Ellison <daniel@syrinx.net> | 2016-12-02 23:31:00 +0800 |
---|---|---|
committer | Daniel Ellison <daniel@syrinx.net> | 2016-12-07 00:16:56 +0800 |
commit | 20a098e205020ce682c2bfe79e749167e87d41e1 (patch) | |
tree | 36747674a2b66ad515b2a8c182732db548c00fe9 /test/liblll/EndToEndTest.cpp | |
parent | 1152d2d2d4eefe36a08f7026be6d9d7031722c2e (diff) | |
download | dexon-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/EndToEndTest.cpp')
-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"( |