summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/verneed-local.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/verneed-local.s')
-rw-r--r--lld/test/ELF/verneed-local.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/verneed-local.s b/lld/test/ELF/verneed-local.s
index 208d8ecf8f6..d779a48c024 100644
--- a/lld/test/ELF/verneed-local.s
+++ b/lld/test/ELF/verneed-local.s
@@ -4,7 +4,7 @@
# RUN: ld.lld -shared %t1.o --version-script %t.script -o %t.so
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
-# RUN: not ld.lld %t.o %t.so -o %t 2>&1 | FileCheck %s
+# RUN: not ld.lld %t.o %t.so -o /dev/null 2>&1 | FileCheck %s
# CHECK: error: undefined symbol: f3
# CHECK: >>> referenced by {{.*}}:(.text+0x1)
OpenPOWER on IntegriCloud