| author | |
| committer | |
| log | ff06de4c897e0b51c4d1f044746d43397500be69 |
| tree | d6fd887508e79e51e5e142b20099cc6ad29a654b |
| parent | e8d6ecb9ce37fbef1984fd2339bd512f1c0df6e5 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/test_runner.zig+1| ... | ... | @@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void { |
| 292 | 292 | }; |
| 293 | 293 | // is the backend capable of using std.fmt.format to print a summary at the end? |
| 294 | 294 | const print_summary = switch (builtin.zig_backend) { |
| 295 | .stage2_riscv64 => true, | |
| 295 | 296 | else => false, |
| 296 | 297 | }; |
| 297 | 298 |