aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tests.zig15
1 files changed, 7 insertions, 8 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 344f598f2e..4ea42c2eb5 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -1756,14 +1756,13 @@ const c_abi_targets = blk: {
},
},
- // Clang explodes when parsing `cfuncs.c`.
- // .{
- // .target = .{
- // .cpu_arch = .s390x,
- // .os_tag = .linux,
- // .abi = .musl,
- // },
- // },
+ .{
+ .target = .{
+ .cpu_arch = .s390x,
+ .os_tag = .linux,
+ .abi = .musl,
+ },
+ },
.{
.target = std.Target.Query.parse(.{