aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tests.zig17
1 files changed, 8 insertions, 9 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 7cdf83f2cd..8bd1f3528e 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -98,15 +98,14 @@ const test_targets = blk: {
},
.link_libc = true,
},
- // https://github.com/ziglang/zig/issues/4926
- //TestTarget{
- // .target = .{
- // .cpu_arch = .i386,
- // .os_tag = .linux,
- // .abi = .gnu,
- // },
- // .link_libc = true,
- //},
+ TestTarget{
+ .target = .{
+ .cpu_arch = .i386,
+ .os_tag = .linux,
+ .abi = .gnu,
+ },
+ .link_libc = true,
+ },
TestTarget{
.target = .{