diff --git a/test/tests.zig b/test/tests.zig index 7873774c2a3023995ba2b3f6c62e0d46f11ceada..179f80b3060a48642af431907e220a5966e4887b 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -2885,12 +2885,11 @@ const libc_targets: []const std.Target.Query = &.{ .os_tag = .linux, .abi = .musl, }, - // Macros like FE_INVALID are defined by musl, but they shouldn't. - // .{ - // .cpu_arch = .loongarch64, - // .os_tag = .linux, - // .abi = .muslsf, - // }, + .{ + .cpu_arch = .loongarch64, + .os_tag = .linux, + .abi = .muslsf, + }, // .{ // .cpu_arch = .mips, // .os_tag = .linux,