Skip to content

Commit

Permalink
Merge branch 'main' into khaeljy/issue92
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowhk authored Sep 27, 2023
2 parents daf4cbb + fd6dac5 commit a895795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ mod blockchain_tests {
stCallDelegateCodesHomestead
);
blockchain_tests!(st_chain_id, stChainId);
// blockchain_tests!(st_code_copy_test, stCodeCopyTest); // TODO: Implement tests
// blockchain_tests!(st_code_size_limit, stCodeSizeLimit); // TODO: Implement tests
blockchain_tests!(st_code_copy_test, stCodeCopyTest);
blockchain_tests!(st_code_size_limit, stCodeSizeLimit);
// blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests
// blockchain_tests!(st_create_test, stCreateTest); // TODO: Implement tests
blockchain_tests!(st_delegatecall_test_homestead, stDelegatecallTestHomestead);
Expand Down

0 comments on commit a895795

Please sign in to comment.