From 37b2d30e7b54ade349cf20d462760a82ecf53179 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 30 Apr 2023 01:19:59 +0200 Subject: [PATCH] Upda tests --- test/unittests/instructions_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittests/instructions_test.cpp b/test/unittests/instructions_test.cpp index 2e13a3799d..bd583c619f 100644 --- a/test/unittests/instructions_test.cpp +++ b/test/unittests/instructions_test.cpp @@ -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;