std: re-enable result printing in the test runner for macos

This commit is contained in:
Jakub Konka
2022-02-23 19:39:50 +01:00
parent 2f0299c3cf
commit b7760ad742

View File

@@ -143,7 +143,7 @@ pub fn main2() anyerror!void {
}
if (builtin.zig_backend == .stage2_llvm or
builtin.zig_backend == .stage2_wasm or
(builtin.zig_backend == .stage2_x86_64 and builtin.os.tag != .macos))
builtin.zig_backend == .stage2_x86_64)
{
const passed = builtin.test_functions.len - skipped - failed;
const stderr = std.io.getStdErr();