zig

fork of https://codeberg.org/ziglang/zig
Log | Tree | Refs | README | LICENSE

commit 87d358024fe14973f6f5276dd4e29a1fc1cee10d (tree)
parent a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4
Author: Jakub Konka <kubkon@jakubkonka.com>
Date:   Mon, 20 Feb 2023 10:37:22 +0100

re-enable x86_64-linux self-hosted behaviour test suite

Diffstat:
Mtest/tests.zig | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 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,