diff --git a/lib/compiler/test_runner.zig b/lib/compiler/test_runner.zig index 1ce2fbff3e2a20702c617af16ff8faaec7caddc9..f9adc002ad3a835e807f686151c2c56d715532a1 100644 --- a/lib/compiler/test_runner.zig +++ b/lib/compiler/test_runner.zig @@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void { }; // is the backend capable of using std.fmt.format to print a summary at the end? const print_summary = switch (builtin.zig_backend) { + .stage2_riscv64 => true, else => false, };