Skip to content

Commit

Permalink
add stEIP150Specific testsuite to the blockchain_tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 26, 2023
1 parent eff977a commit d69f46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mod blockchain_tests {
// blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests
// blockchain_tests!(st_create_test, stCreateTest); // TODO: Implement tests
blockchain_tests!(st_delegatecall_test_homestead, stDelegatecallTestHomestead);
// blockchain_tests!(st_eip150_specific, stEIP150Specific); // TODO: Implement tests
blockchain_tests!(st_eip150_specific, stEIP150Specific);
// blockchain_tests!(st_eip150single_code_gas_prices, stEIP150singleCodeGasPrices); // TODO: Implement tests
// blockchain_tests!(st_eip1559, stEIP1559); // TODO: Implement tests
// blockchain_tests!(st_eip158_specific, stEIP158Specific); // TODO: Implement tests
Expand Down

0 comments on commit d69f46f

Please sign in to comment.