Skip to content

Commit 956ccaf

Browse files
authored
update test_runner.ri
1 parent bc3f7a1 commit 956ccaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/core/src/test_runner.ri

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ public struct TestRunner {
9494
}
9595
self.print_summary_tests();
9696
if self.fail_tests > 0 {
97-
console_writeln("exit?");
98-
process_panic("panic!");
97+
process_exit(1);
9998
}
10099
}
101100

0 commit comments

Comments
 (0)