Skip to content

Commit

Permalink
Upda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 29, 2023
1 parent e6f81b7 commit 37b2d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/instructions_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ constexpr bool instruction_only_in_evmone(evmc_revision rev, Opcode op) noexcept
case OP_RETF:
case OP_DUPN:
case OP_SWAPN:
case OP_MCOPY:
return true;
default:
return false;
Expand Down

0 comments on commit 37b2d30

Please sign in to comment.