made the spec run
This commit is contained in:
9
certora/specs/ERC1155Pausable.spec
Normal file
9
certora/specs/ERC1155Pausable.spec
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
rule sanity {
|
||||
method f; env e; calldataarg args;
|
||||
|
||||
f(e, args);
|
||||
|
||||
assert false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user