summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/x86-64-reloc-32-fpic.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/x86-64-reloc-32-fpic.s')
-rw-r--r--lld/test/ELF/x86-64-reloc-32-fpic.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/x86-64-reloc-32-fpic.s b/lld/test/ELF/x86-64-reloc-32-fpic.s
index b5f11e5fa4c..1c4754f1e2c 100644
--- a/lld/test/ELF/x86-64-reloc-32-fpic.s
+++ b/lld/test/ELF/x86-64-reloc-32-fpic.s
@@ -1,6 +1,6 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
-# RUN: not ld.lld -shared %t.o -o %t.so 2>&1 | FileCheck %s
+# RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s
# CHECK: relocation R_X86_64_32 cannot be used against symbol _shared; recompile with -fPIC
# CHECK: >>> defined in {{.*}}
OpenPOWER on IntegriCloud