authorgravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2025-06-14 14:38:32+08:00
committergravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2025-06-27 19:12:16+08:00
log5db395f20bab9766028d98ac51c4f1ea286d2f92
treefc9a0f4c5430af0b9c9be76a3d5f303c810b4057
parent0adcfd60f4fcfd01c74a6477cbcef187ce06f533
signaturelock-open Commit is signed but in an unrecognized format.

compiler: test runner: fix tests never fails on crippled architectures


1 files changed, 1 insertions(+), 1 deletions(-)

lib/compiler/test_runner.zig+1-1
......@@ -309,7 +309,7 @@ pub fn mainSimple() anyerror!void {
309309 stderr.writeAll("... ") catch {};
310310 stderr.writeAll("PASS\n") catch {};
311311 }
312 } else |err| if (enable_print) {
312 } else |err| {
313313 if (enable_print) {
314314 stderr.writeAll(test_fn.name) catch {};
315315 stderr.writeAll("... ") catch {};