Skip to content

Commit d7fbd30

Browse files
restored fallback test
1 parent c463d61 commit d7fbd30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/Tests/Integration.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ integrationTests = testGroup "Solidity Integration Testing"
6060
[ ("echidna_library_call failed", solved "echidna_library_call")
6161
, ("echidna_valid_timestamp failed", passed "echidna_valid_timestamp")
6262
]
63+
, testContractV "basic/fallback.sol" (Just (< solcV (0,6,0))) Nothing
64+
[ ("echidna_fallback failed", solved "echidna_fallback") ]
6365
, testContract "basic/push_long.sol" (Just "basic/push_long.yaml")
6466
[ ("test_long_5 passed", solvedWithout NoCall "test_long_5")]
6567
, testContract "basic/propGasLimit.sol" (Just "basic/propGasLimit.yaml")

0 commit comments

Comments
 (0)