| author | |
| committer | |
| log | 87d358024fe14973f6f5276dd4e29a1fc1cee10d |
| tree | 762df4ce7f49acb331a3a4be4f40877ba3634918 |
| parent | a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4 |
1 files changed, 8 insertions(+), 8 deletions(-)
test/tests.zig+8-8| ... | @@ -58,14 +58,14 @@ const test_targets = blk: { | ... | @@ -58,14 +58,14 @@ const test_targets = blk: { |
| 58 | .link_libc = true, | 58 | .link_libc = true, |
| 59 | .backend = .stage2_c, | 59 | .backend = .stage2_c, |
| 60 | }, | 60 | }, |
| 61 | //.{ | 61 | .{ |
| 62 | // .target = .{ | 62 | .target = .{ |
| 63 | // .cpu_arch = .x86_64, | 63 | .cpu_arch = .x86_64, |
| 64 | // .os_tag = .linux, | 64 | .os_tag = .linux, |
| 65 | // .abi = .none, | 65 | .abi = .none, |
| 66 | // }, | 66 | }, |
| 67 | // .backend = .stage2_x86_64, | 67 | .backend = .stage2_x86_64, |
| 68 | //}, | 68 | }, |
| 69 | .{ | 69 | .{ |
| 70 | .target = .{ | 70 | .target = .{ |
| 71 | .cpu_arch = .aarch64, | 71 | .cpu_arch = .aarch64, |