diff options
Diffstat (limited to 'lld/test/ELF/relro-script.s')
-rw-r--r-- | lld/test/ELF/relro-script.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/relro-script.s b/lld/test/ELF/relro-script.s index f0dca67a342..c71c8e5decd 100644 --- a/lld/test/ELF/relro-script.s +++ b/lld/test/ELF/relro-script.s @@ -16,7 +16,7 @@ // RUN: .got.plt : { *(.got.plt) } \ // RUN: } " > %t.script // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3.o -// RUN: ld.lld %t3.o %t.so -o %t --script=%t.script --print-map | FileCheck %s +// RUN: ld.lld %t3.o %t.so -o /dev/null --script=%t.script --print-map | FileCheck %s // CHECK: .data.rel.ro // CHECK-NEXT: <internal>:(.bss.rel.ro) |