mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed enclosed_panic test until assembler bug is fixed.
This commit is contained in:
parent
1152d2d2d4
commit
20a098e205
@ -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"(
|
||||
|
Loading…
Reference in New Issue
Block a user