Skip to content

Commit ff50bfa

Browse files
committed
Remove duplicate references
1 parent 28c97ea commit ff50bfa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

smart_contract/contracts/test/utils/errors.t.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
pragma solidity ^0.8.0;
33

44
import { stdJson } from 'forge-std/StdJson.sol';
5-
import { Vm } from 'forge-std/Vm.sol';
65
import { Test } from 'forge-std/Test.sol';
76

87
contract Errors is Test {
98
using stdJson for string;
109

11-
Vm public constant vm = Vm(address(uint160(uint256(keccak256('hevm cheat code')))));
12-
1310
mapping(RevertStatus => string) private _errors;
1411

15-
// Add a revert error to the enum of errors.
1612
enum RevertStatus {
1713
SUCCESS,
1814
SKIP_VALIDATION,

0 commit comments

Comments
 (0)