Skip to content

Commit

Permalink
macho: update reexports-zig test to latest language changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Sep 9, 2024
1 parent f0ac706 commit 4bedccc
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 @@ -2516,7 +2516,7 @@ fn testReexportsZig(b: *Build, opts: Options) *Step {
\\ return x;
\\}
\\comptime {
\\ @export(foo, .{ .name = "bar", .linkage = .strong });
\\ @export(&foo, .{ .name = "bar", .linkage = .strong });
\\}
);

Expand Down

0 comments on commit 4bedccc

Please sign in to comment.