aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2019-11-30 18:55:22 +0100
committerLemonBoy <thatlemon@gmail.com>2019-11-30 18:55:22 +0100
commitd0c6728d59c6061d18337dde77670551721cde95 (patch)
tree342aa5904dbc002836894752e00c80f48cdd5322 /test/tests.zig
parente1e06e676666015faf733f70c6e1970999b5af9e (diff)
downloadzig-d0c6728d59c6061d18337dde77670551721cde95.tar.gz
zig-d0c6728d59c6061d18337dde77670551721cde95.zip
Eat shit and die glibc
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 929af9abf9..b14706bea9 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -84,16 +84,6 @@ const test_targets = [_]TestTarget{
.Cross = CrossTarget{
.os = .linux,
.arch = .i386,
- .abi = .gnu,
- },
- },
- .link_libc = true,
- },
- TestTarget{
- .target = Target{
- .Cross = CrossTarget{
- .os = .linux,
- .arch = .i386,
.abi = .musl,
},
},