| author | |
| committer | |
| log | d5879ad1d00799a644741bfc207f31f944b3ce86 |
| tree | a17c1eda57b1b73f63c5c93fd30153c466c6cf99 |
| parent | 641bfb939fd9e793f8fbaee886bc09844a4d506e |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/test_runner.zig+1-1| ... | ... | @@ -13,7 +13,7 @@ var fba = std.heap.FixedBufferAllocator.init(&cmdline_buffer); |
| 13 | 13 | |
| 14 | 14 | pub fn main() void { |
| 15 | 15 | if (builtin.zig_backend == .stage2_wasm or |
| 16 | builtin.zig_backend == .stage2_x86_64 or | |
| 16 | (builtin.zig_backend == .stage2_x86_64 and builtin.os.tag != .linux) or | |
| 17 | 17 | builtin.zig_backend == .stage2_aarch64) |
| 18 | 18 | { |
| 19 | 19 | return mainSimple() catch @panic("test failure"); |