Skip to content

Commit

Permalink
Fix array lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggiano committed Sep 24, 2024
1 parent be55f1a commit fdf0920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ERC20OpenZeppelin} from "@src/ERC20OpenZeppelin.sol";
import {ERC20Solady} from "@src/ERC20Solady.sol";
import {ERC20Solmate} from "@src/ERC20Solmate.sol";

/// @custom:halmos --storage-layout=generic --loop 256 --array-lengths senders=6 --array-lengths calls=6 --array-lengths staticcalls=3
/// @custom:halmos --storage-layout=generic --array-lengths senders=3 --array-lengths calls=3 --array-lengths staticcalls=3
contract ERC20Test is Test, SymTest {
ERC20OpenZeppelin public openzeppelin;
ERC20Solady public solady;
Expand Down

0 comments on commit fdf0920

Please sign in to comment.