aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2019-11-30 21:36:16 +0100
committerLemonBoy <thatlemon@gmail.com>2019-11-30 21:36:16 +0100
commitcdeafe777a2fe707674cb44e4aa7b5a1b8319ec5 (patch)
tree357c2b4e774cc48da6e24ecd26ae7297ee63a863 /test/tests.zig
parent6f105b5ae7b66ca7e46347b97e5630b866087b87 (diff)
downloadzig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.tar.gz
zig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.zip
Eat shit and die mips
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 b14706bea9..5d7e4e11e1 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -165,16 +165,6 @@ const test_targets = [_]TestTarget{
.Cross = CrossTarget{
.os = .linux,
.arch = .mipsel,
- .abi = .gnu,
- },
- },
- .link_libc = true,
- },
- TestTarget{
- .target = Target{
- .Cross = CrossTarget{
- .os = .linux,
- .arch = .mipsel,
.abi = .musl,
},
},