Skip to content

Commit

Permalink
Adding notes
Browse files Browse the repository at this point in the history
  • Loading branch information
msooseth committed Nov 25, 2024
1 parent c8bd6b7 commit ed08948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,7 @@ tests = testGroup "hevm"
}
}
|]
-- NOTE: we have a postcondition here, not just a regular verification
(_, [Cex _]) <- withDefaultSolver $ \s ->
verifyContract s c Nothing [] defaultVeriOpts Nothing (Just $ checkBadCheatCode "load(address,bytes32)")
pure ()
Expand All @@ -1797,6 +1798,7 @@ tests = testGroup "hevm"
}
}
|]
-- NOTE: we have a postcondition here, not just a regular verification
(_, [Cex _]) <- withDefaultSolver $ \s ->
verifyContract s c Nothing [] defaultVeriOpts Nothing (Just $ checkBadCheatCode "store(address,bytes32,bytes32)")
pure ()
Expand Down

0 comments on commit ed08948

Please sign in to comment.