| author | |
| committer | |
| log | 3c6c4f88bbedef9579f16f0454998c9dcd7663da |
| tree | 85df2844c861224305e808d4ae159584642d4ac7 |
| parent | 48f9e491cb97de54c7e8d395170d8b4c8ea9a62b |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>1 files changed, 1 insertions(+), 1 deletions(-)
lib/test_runner.zig+1-1| ... | ... | @@ -11,7 +11,7 @@ var log_err_count: usize = 0; |
| 11 | 11 | |
| 12 | 12 | pub fn main() void { |
| 13 | 13 | if (builtin.zig_backend != .stage1 and |
| 14 | (builtin.zig_backend != .stage2_llvm or builtin.cpu.arch == .wasm32) and | |
| 14 | builtin.zig_backend != .stage2_llvm and | |
| 15 | 15 | builtin.zig_backend != .stage2_c) |
| 16 | 16 | { |
| 17 | 17 | return main2() catch @panic("test failure"); |