| author | |
| committer | |
| log | 6603a9c26cda297e9c0baaa48e2fb263de60484d |
| tree | f2cb0c724e52ae232850e8a5dd876e3bcf715740 |
| parent | 39c95e89303be370bc3df0d5fb8f5ef7f4ef8e97 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/test_runner.zig+1-1| ... | ... | @@ -252,6 +252,6 @@ pub fn mainSimple() anyerror!void { |
| 252 | 252 | } |
| 253 | 253 | if (print_summary) { |
| 254 | 254 | stderr.writer().print("{} passed, {} skipped, {} failed\n", .{ passed, skipped, failed }) catch {}; |
| 255 | if (failed != 0) std.process.exit(1); | |
| 256 | 255 | } |
| 256 | if (failed != 0) std.process.exit(1); | |
| 257 | 257 | } |