| author | |
| committer | |
| log | 33ef01d16b91a537696272ca286d6423abbdd632 |
| tree | eff1ab223553accceb08045bfee65070bb4e5a9e |
| parent | 8679c7a6070c3aa38bcf8e3fad47ac041cb93c90 |
1 files changed, 1 insertions(+), 1 deletions(-)
test/link/macho/bugs/16308/build.zig+1-1| ... | @@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void { |
| 17 | 17 | ||
| 18 | const check = lib.checkObject(); | 18 | const check = lib.checkObject(); |
| 19 | check.checkInSymtab(); | 19 | check.checkInSymtab(); |
| 20 | check.checkNotPresent("external"); | 20 | check.checkNotPresent("external _abc"); |
| 21 | 21 | ||
| 22 | test_step.dependOn(&check.step); | 22 | test_step.dependOn(&check.step); |
| 23 | } | 23 | } |