Skip to content

Commit

Permalink
add stBugs testsuite to the blockchain_tests module (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Tazartes <66871571+Eikix@users.noreply.github.com>
  • Loading branch information
khaeljy and Eikix authored Sep 25, 2023
1 parent 5ab997b commit e949a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mod blockchain_tests {
blockchain_tests!(st_log_tests, stLogTests);
blockchain_tests!(st_bad_opcode, stBadOpcode);
blockchain_tests!(shanghai, Shanghai);
blockchain_tests!(st_bugs, stBugs);
blockchain_tests!(st_call_codes, stCallCodes);
//blockchain_tests!(st_call_create_call_code_test, stCallCreateCallCodeTest); // ef-tests #257
blockchain_tests!(
Expand Down

0 comments on commit e949a84

Please sign in to comment.