We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d880879 + f6e5422 commit 8f1a972Copy full SHA for 8f1a972
src/Vm.sol
@@ -36,6 +36,7 @@ interface Vm {
36
// Expects an error on next call
37
function expectRevert(bytes calldata) external;
38
function expectRevert(bytes4) external;
39
+ function expectRevert() external;
40
// Record all storage reads and writes
41
function record() external;
42
// Gets all accessed reads and write slot from a recording session, for a given address
0 commit comments