mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
riscv64: enable test summary printing
This commit is contained in:
parent
e8d6ecb9ce
commit
ff06de4c89
@ -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,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user