aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-03-13 17:26:26 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-03-15 10:48:15 -0700
commit66eb910fe44af7f16046bd14de76f2356f565992 (patch)
tree8783ec6d339fba41cc6c5936004992091443db02 /test
parentc5cdc0262b727e87d81fe4a92780234bf8125bd9 (diff)
downloadzig-66eb910fe44af7f16046bd14de76f2356f565992.tar.gz
zig-66eb910fe44af7f16046bd14de76f2356f565992.zip
remove redundant link test
Diffstat (limited to 'test')
-rw-r--r--test/link.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/link.zig b/test/link.zig
index 610cbd4a3d..aa0ed4817e 100644
--- a/test/link.zig
+++ b/test/link.zig
@@ -85,10 +85,6 @@ pub const cases = [_]Case{
.import = @import("link/macho/bugs/13457/build.zig"),
},
.{
- .build_root = "test/link/macho/bugs/13457",
- .import = @import("link/macho/bugs/13457/build.zig"),
- },
- .{
.build_root = "test/link/macho/dead_strip",
.import = @import("link/macho/dead_strip/build.zig"),
},