From 8865a73ed4418070a040d6fdfb772fc230ec01c4 Mon Sep 17 00:00:00 2001 From: Harsh Bajpai Date: Wed, 20 Sep 2023 14:52:45 +0700 Subject: [PATCH] dev: uncomment other tests --- crates/ef-testing/tests/tests.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index d736adc6..bf8104c7 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -62,8 +62,8 @@ macro_rules! blockchain_tests { mod blockchain_tests { use super::*; - // blockchain_tests!(st_sload, stSLoadTest); - // blockchain_tests!(vm_tests, VMTests); - // blockchain_tests!(memory_tests, stMemoryTest); + blockchain_tests!(st_sload, stSLoadTest); + blockchain_tests!(vm_tests, VMTests); + blockchain_tests!(memory_tests, stMemoryTest); blockchain_tests!(init_code_test, stInitCodeTest); }