re-enable x86_64-linux self-hosted behaviour test suite
1 files changed, 8 insertions(+), 8 deletions(-)
test
test/tests.zig+8-8
| ... | ... | @@ -58,14 +58,14 @@ const test_targets = blk: { |
| 58 | 58 | .link_libc = true, |
| 59 | 59 | .backend = .stage2_c, |
| 60 | 60 | }, |
| 61 | | //.{ |
| 62 | | // .target = .{ |
| 63 | | // .cpu_arch = .x86_64, |
| 64 | | // .os_tag = .linux, |
| 65 | | // .abi = .none, |
| 66 | | // }, |
| 67 | | // .backend = .stage2_x86_64, |
| 68 | | //}, |
| 61 | .{ |
| 62 | .target = .{ |
| 63 | .cpu_arch = .x86_64, |
| 64 | .os_tag = .linux, |
| 65 | .abi = .none, |
| 66 | }, |
| 67 | .backend = .stage2_x86_64, |
| 68 | }, |
| 69 | 69 | .{ |
| 70 | 70 | .target = .{ |
| 71 | 71 | .cpu_arch = .aarch64, |