Skip to content

Commit

Permalink
macho: fix typo in testTwoLevelNamespace test
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jan 14, 2024
1 parent 5383423 commit aee192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/macho.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ fn testTwoLevelNamespace(b: *Build, opts: Options) *Step {
libb.addArgs(&.{ "-shared", "-Wl,-install_name,@rpath/libb.dylib", "-Wl,-two_levelnamespace" });

{
const check = liba.check();
const check = libb.check();
check.checkInDyldLazyBind();
check.checkNotPresent("(flat lookup) _getFoo");
check.checkInIndirectSymtab();
Expand Down

0 comments on commit aee192a

Please sign in to comment.