fix test (#79018)

Mistake with #78628 that got caught after being merged

GitOrigin-RevId: 654131fab22e71f156d8fa9d37389622f1652438
diff --git a/test/MachO/link-csu-object.s b/test/MachO/link-csu-object.s
index e6f5ff7..a36e50a 100644
--- a/test/MachO/link-csu-object.s
+++ b/test/MachO/link-csu-object.s
@@ -2,7 +2,7 @@
 # RUN: mkdir -p %t
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
-# RUN: %lld -L %t %t/main.o %t/hello.o -o %t/a.out
+# RUN: %lld -L %t %t/main.o -lhello.o -o %t/a.out
 # RUN: llvm-nm %t/a.out | FileCheck %s
 
 # CHECK: _main