diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-02-20 10:37:22 +0100 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-02-20 10:52:34 +0100 |
| commit | 87d358024fe14973f6f5276dd4e29a1fc1cee10d (patch) | |
| tree | 762df4ce7f49acb331a3a4be4f40877ba3634918 /test | |
| parent | a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4 (diff) | |
| download | zig-87d358024fe14973f6f5276dd4e29a1fc1cee10d.tar.gz zig-87d358024fe14973f6f5276dd4e29a1fc1cee10d.zip | |
re-enable x86_64-linux self-hosted behaviour test suite
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.zig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/tests.zig b/test/tests.zig index 851de9f2a6..035311372f 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -58,14 +58,14 @@ const test_targets = blk: { .link_libc = true, .backend = .stage2_c, }, - //.{ - // .target = .{ - // .cpu_arch = .x86_64, - // .os_tag = .linux, - // .abi = .none, - // }, - // .backend = .stage2_x86_64, - //}, + .{ + .target = .{ + .cpu_arch = .x86_64, + .os_tag = .linux, + .abi = .none, + }, + .backend = .stage2_x86_64, + }, .{ .target = .{ .cpu_arch = .aarch64, |
