Skip to content

Commit

Permalink
Remove double print
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Nov 25, 2024
1 parent 08f817d commit b787de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/ef_tests/levm/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use ef_tests_levm::runner;

fn main() {
let report = runner::run_ef_tests().unwrap();
println!("{report}");
runner::run_ef_tests().unwrap();
}

0 comments on commit b787de3

Please sign in to comment.