summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/aarch64-fpic-prel16.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-fpic-prel16.s')
-rw-r--r--lld/test/ELF/aarch64-fpic-prel16.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/aarch64-fpic-prel16.s b/lld/test/ELF/aarch64-fpic-prel16.s
index 48adb06e259..1de7f6f6337 100644
--- a/lld/test/ELF/aarch64-fpic-prel16.s
+++ b/lld/test/ELF/aarch64-fpic-prel16.s
@@ -1,6 +1,6 @@
// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple=aarch64-none-freebsd %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: R_AARCH64_PREL16 cannot be used against symbol foo; recompile with -fPIC
// CHECK: >>> defined in {{.*}}
// CHECK: >>> referenced by {{.*}}:(.data+0x0)
OpenPOWER on IntegriCloud