File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ import Echidna.Types.Worker (WorkerType(..))
66
77symbolicTests :: TestTree
88symbolicTests = testGroup " Symbolic tests"
9- [ testContract' " symbolic/verify.sol" Nothing (Just (>= solcV (0 ,8 , 0 ))) (Just " symbolic/verify.yaml" ) True SymbolicWorker
9+ [ testContract' " symbolic/verify.sol" Nothing (Just (>= solcV (0 ,6 , 9 ))) (Just " symbolic/verify.yaml" ) True SymbolicWorker
1010 [ (" simple passed" , solved " simple" )
1111 , (" array passed" , solved " array" )
1212 , (" negative passed" , solved " negative" )
1313 , (" close passed" , solved " close" )
1414 , (" far not verified" , verified " far" )
15- , (" correct not verified" , verified " correct" )
16- ]
15+ , (" correct not verified" , verified " correct" )
16+ ]
1717 -- This test is commented out because it requires a specific setup where both the FuzzWorker and SymbolicWorker are used.
1818 -- If you run the symbolic worker alone, it will hang indefinitely.
1919 -- , testContract' "symbolic/explore.sol" Nothing Nothing (Just "symbolic/explore.yaml") True SymbolicWorker
You can’t perform that action at this time.
0 commit comments