Skip to content

Commit

Permalink
feat: add vm.stopExpectSafeMemory cheatcode (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored Feb 7, 2024
1 parent 4513bc2 commit 17c554b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Vm.sol

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Vm.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ contract VmTest is Test {
// added to or removed from Vm or VmSafe.
function test_interfaceId() public {
assertEq(type(VmSafe).interfaceId, bytes4(0x01ec102d), "VmSafe");
assertEq(type(Vm).interfaceId, bytes4(0xa63eed6b), "Vm");
assertEq(type(Vm).interfaceId, bytes4(0xaf68a970), "Vm");
}
}

0 comments on commit 17c554b

Please sign in to comment.