mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 09:45:27 +00:00
macho: test for presence of _abc as export in 16308 test
This commit is contained in:
parent
8679c7a607
commit
33ef01d16b
@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void {
|
||||
|
||||
const check = lib.checkObject();
|
||||
check.checkInSymtab();
|
||||
check.checkNotPresent("external");
|
||||
check.checkNotPresent("external _abc");
|
||||
|
||||
test_step.dependOn(&check.step);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user