diff options
Diffstat (limited to 'lld/test/ELF/symbol-ordering-file.s')
-rw-r--r-- | lld/test/ELF/symbol-ordering-file.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/symbol-ordering-file.s b/lld/test/ELF/symbol-ordering-file.s index 34d67701933..7979b414809 100644 --- a/lld/test/ELF/symbol-ordering-file.s +++ b/lld/test/ELF/symbol-ordering-file.s @@ -1,6 +1,6 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -# RUN: ld.lld %t.o -o %t.out +# RUN: ld.lld %t.o -o /dev/null # RUN: llvm-objdump -s %t.out| FileCheck %s --check-prefix=BEFORE # BEFORE: Contents of section .foo: |