Skip to content

Commit 60a37e6

Browse files
committed
riscv64: enable test summary printing
1 parent b0eeb06 commit 60a37e6

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
@@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void {
292292
};
293293
// is the backend capable of using std.fmt.format to print a summary at the end?
294294
const print_summary = switch (builtin.zig_backend) {
295+
.stage2_riscv64 => true,
295296
else => false,
296297
};
297298

0 commit comments

Comments
 (0)