Skip to content

Commit

Permalink
Update cmd/ef_tests/levm/runner/levm_runner.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri authored Dec 3, 2024
1 parent b442542 commit 631b6ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/ef_tests/levm/runner/levm_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ pub fn run_ef_test(test: &EFTest) -> Result<EFTestReport, EFTestRunnerError> {
test.fork(),
);
for (vector, _tx) in test.transactions.iter() {
/* if *vector != (2, 0, 0) {
continue;
} */
match run_ef_test_tx(vector, test) {
Ok(_) => continue,
Err(EFTestRunnerError::VMInitializationFailed(reason)) => {
Expand Down

0 comments on commit 631b6ce

Please sign in to comment.