From 8ed79700d6f15d5746b6a9fe0d4b9ebdf313a79a Mon Sep 17 00:00:00 2001 From: khaeljy Date: Sat, 23 Sep 2023 19:40:58 +0000 Subject: [PATCH] add `stBugs` testsuite to the blockchain_tests module --- crates/ef-testing/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index 2a16ad46..32de64a7 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -70,4 +70,5 @@ mod blockchain_tests { blockchain_tests!(st_log_tests, stLogTests); blockchain_tests!(st_bad_opcode, stBadOpcode); blockchain_tests!(shanghai, Shanghai); + blockchain_tests!(st_bugs, stBugs); }