Skip to content

Commit d0c3b90

Browse files
authored
fix(core): remove unnecessary call to 'TestRunner.print_summary'
That method is already called in 'TestRunner.run'.
1 parent 27405c4 commit d0c3b90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core/src/entry_point.ri

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func main(
3838
#if _TESTS_
3939
if test_runner.tests.len > 0 {
4040
test_runner.run();
41-
test_runner.print_summary_tests();
4241
}
4342
#else
4443
mod_main();

0 commit comments

Comments
 (0)