diff --git a/test/tests.zig b/test/tests.zig index 39c898cbad..04c89444df 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -296,17 +296,16 @@ const test_targets = blk: { }, .link_libc = true, }, - // https://github.com/ziglang/zig/issues/7935 - // .{ - // .target = .{ - // .cpu_arch = .x86, - // .os_tag = .linux, - // .abi = .musl, - // }, - // .linkage = .dynamic, - // .link_libc = true, - // .extra_target = true, - // }, + .{ + .target = .{ + .cpu_arch = .x86, + .os_tag = .linux, + .abi = .musl, + }, + .linkage = .dynamic, + .link_libc = true, + .extra_target = true, + }, .{ .target = .{ .cpu_arch = .x86,