diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index b7ad59d6c8..c436b7df4d 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -899,6 +899,8 @@ func TestEIP8024_Execution(t *testing.T) { _, err = opJumpdest(&pc, evm, scope) case ISZERO: _, err = opIszero(&pc, evm, scope) + case PUSH0: + _, err = opPush0(&pc, evm, scope) case DUPN: _, err = opDupN(&pc, evm, scope) case SWAPN: