From f479060eb2a415a1e9c3ed4af0d630fb7b9240ec Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Wed, 4 Sep 2024 00:32:05 +0200 Subject: [PATCH] hotfix --- crypto3/libs/blueprint/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto3/libs/blueprint/test/CMakeLists.txt b/crypto3/libs/blueprint/test/CMakeLists.txt index e7290a0ff..a4cecb8df 100644 --- a/crypto3/libs/blueprint/test/CMakeLists.txt +++ b/crypto3/libs/blueprint/test/CMakeLists.txt @@ -198,7 +198,7 @@ set(ZKEVM_TESTS_FILES "zkevm/state_transition" # "zkevm/opcodes/iszero" TODO re-activate "zkevm/opcodes/add_sub" - #"zkevm/opcodes/mul" + #"zkevm/opcodes/mul" TODO re-activate "zkevm/opcodes/div" )