macho: test for presence of _abc as export in 16308 test

This commit is contained in:
Jakub Konka 2023-10-10 12:17:11 +02:00 committed by Andrew Kelley
parent 8679c7a607
commit 33ef01d16b

View File

@ -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);
}