authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-01-14 19:02:47-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-01-15 15:11:36-08:00
log9143575ec309526f350f7f7969d76b4869a54fc7
treeaf8bcdbec014fa43844537fceba6cc00fec6efda
parent7ae2f21e2bb23cebb9d3cbfc22b5ac386a7a6235

test/wasm/export: delete redundant tests

the other optimization modes don't affect linking

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

test/link/wasm/export/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 {