authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-01-14 20:04:46-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-01-15 15:11:36-08:00
logc565191f30967ede72da06b7ad30cffdf25bf29e
tree60c9f8d73321e154ca1cc10f8c6bad7d00f37cd8
parent617eca13eb13936eaaac8252820402e869f3c00f

test/link/wasm/type: remove redundant tests

This test passes now, but let's not run it for the other optimization modes since they don't affect linker behavior.

1 files changed, 0 insertions(+), 3 deletions(-)

test/link/wasm/type/build.zig-3
...@@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void {...@@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void {
7 b.default_step = test_step;7 b.default_step = test_step;
88
9 add(b, test_step, .Debug);9 add(b, test_step, .Debug);
10 add(b, test_step, .ReleaseFast);
11 add(b, test_step, .ReleaseSmall);
12 add(b, test_step, .ReleaseSafe);
13}10}
1411
15fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void {12fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void {