diff --git a/test/link/wasm/archive/build.zig b/test/link/wasm/archive/build.zig index 0ee67102ac905d161963e594806170b031862e42..5ac97c9cef5ac2328109fb2870309e74ea67ddb7 100644 --- a/test/link/wasm/archive/build.zig +++ b/test/link/wasm/archive/build.zig @@ -18,9 +18,6 @@ pub fn build(b: *Builder) void { lib.strip = false; const check = lib.checkObject(.wasm); - check.checkStart("Section import"); - check.checkNext("entries 1"); // __truncsfhf2 should have been resolved, so only 1 import (compiler-rt's memcpy). - check.checkStart("Section custom"); check.checkNext("name __truncsfhf2"); // Ensure it was imported and resolved