Skip to content

Commit 25d8d2d

Browse files
committed
DEBUG
1 parent beb183d commit 25d8d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/compiler/test_runner.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ pub fn mainSimple() anyerror!void {
288288
@disableInstrumentation();
289289
// is the backend capable of printing to stderr?
290290
const enable_print = switch (builtin.zig_backend) {
291+
.stage2_riscv64 => true,
291292
else => false,
292293
};
293294
// is the backend capable of using std.fmt.format to print a summary at the end?

0 commit comments

Comments
 (0)