Skip to content

Commit

Permalink
Merge branch 'master' into ghc-9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez authored Dec 13, 2024
2 parents 3aa0798 + 1ef14f0 commit 0e10dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/solidity/cheat/prank.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contract SenderVerifierParent {
if (s != msg.sender) {
emit Sender(msg.sender);
emit AssertionFailed("fail on first call");
}
}
c.verifyMsgSender(address(this));
new ExpectedCreator(address(this));
}
Expand Down
2 changes: 1 addition & 1 deletion tests/solidity/cheat/prank.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
testLimit: 1000
seqLen: 10
testMode: assertion
testMode: assertion

0 comments on commit 0e10dae

Please sign in to comment.