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