mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
test/link: fix Wasm archive test
As memcpy is now part of compiler-rt, we no longer expect any imports in the binary.
This commit is contained in:
parent
f5edaa96dd
commit
74108bb9c0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user