mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
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.
This commit is contained in:
parent
617eca13eb
commit
c565191f30
@ -7,9 +7,6 @@ pub fn build(b: *std.Build) void {
|
||||
b.default_step = test_step;
|
||||
|
||||
add(b, test_step, .Debug);
|
||||
add(b, test_step, .ReleaseFast);
|
||||
add(b, test_step, .ReleaseSmall);
|
||||
add(b, test_step, .ReleaseSafe);
|
||||
}
|
||||
|
||||
fn add(b: *std.Build, test_step: *std.Build.Step, optimize: std.builtin.OptimizeMode) void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user