| author | |
| committer | |
| log | b7760ad742fa754c1f63b6d9465333c629a4b43e |
| tree | 60aef7bcebe78bb7bce738d109aea1d53b6bdc80 |
| parent | 2f0299c3cf3ce52c973eec62c88e87596e2d5260 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/test_runner.zig+1-1| ... | ... | @@ -143,7 +143,7 @@ pub fn main2() anyerror!void { |
| 143 | 143 | } |
| 144 | 144 | if (builtin.zig_backend == .stage2_llvm or |
| 145 | 145 | builtin.zig_backend == .stage2_wasm or |
| 146 | (builtin.zig_backend == .stage2_x86_64 and builtin.os.tag != .macos)) | |
| 146 | builtin.zig_backend == .stage2_x86_64) | |
| 147 | 147 | { |
| 148 | 148 | const passed = builtin.test_functions.len - skipped - failed; |
| 149 | 149 | const stderr = std.io.getStdErr(); |