Skip to content

Commit 8408892

Browse files
authored
Fix CI tests (crytic#1414)
1 parent 43afb95 commit 8408892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/Tests/Symbolic.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module Tests.Symbolic (symbolicTests) where
22

33
import Test.Tasty (TestTree, testGroup)
4-
import Common (testContract', solved, verified)
4+
import Common (testContract', solcV, solved, verified)
55
import Echidna.Types.Worker (WorkerType(..))
66

77
symbolicTests :: TestTree
88
symbolicTests = testGroup "Symbolic tests"
9-
[ testContract' "symbolic/verify.sol" Nothing Nothing (Just "symbolic/verify.yaml") True SymbolicWorker
9+
[ testContract' "symbolic/verify.sol" Nothing (Just (>= solcV (0,8,0))) (Just "symbolic/verify.yaml") True SymbolicWorker
1010
[ ("simple passed", solved "simple")
1111
, ("array passed", solved "array")
1212
, ("negative passed", solved "negative")

0 commit comments

Comments
 (0)