forked from OSchip/llvm-project
[mac/lld] fix typo in 07ab597bb0
that broke test on Windows
This commit is contained in:
parent
3024b1efde
commit
facdededca
|
@ -12,7 +12,7 @@
|
|||
# RUN: llvm-nm %t/out
|
||||
# RUN: %lld %t/main.o %t/lib_thin.a -o %t/out
|
||||
# RUN: llvm-nm %t/out
|
||||
# RUN: %lld /%t/main.o -force_load %t/lib_thin.a -o %t/out
|
||||
# RUN: %lld %t/main.o -force_load %t/lib_thin.a -o %t/out
|
||||
# RUN: llvm-nm %t/out
|
||||
|
||||
# RUN: rm %t/lib.o
|
||||
|
|
Loading…
Reference in New Issue