[mac/lld] fix typo in 07ab597bb0 that broke test on Windows

This commit is contained in:
Nico Weber 2020-12-01 20:36:31 -05:00
parent 3024b1efde
commit facdededca
1 changed files with 1 additions and 1 deletions

View File

@ -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