diff options
Diffstat (limited to 'lld/test/ELF/verneed-local.s')
-rw-r--r-- | lld/test/ELF/verneed-local.s | 2 |
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) |