Skip to content

Commit 654131f

Browse files
authored
fix test (#79018)
Mistake with #78628 that got caught after being merged
1 parent d38c61a commit 654131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/MachO/link-csu-object.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: mkdir -p %t
33
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o
44
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
5-
# RUN: %lld -L %t %t/main.o %t/hello.o -o %t/a.out
5+
# RUN: %lld -L %t %t/main.o -lhello.o -o %t/a.out
66
# RUN: llvm-nm %t/a.out | FileCheck %s
77

88
# CHECK: _main

0 commit comments

Comments
 (0)