diff options
Diffstat (limited to 'lld/test/ELF/executable-undefined-protected-ignoreall.s')
-rw-r--r-- | lld/test/ELF/executable-undefined-protected-ignoreall.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/executable-undefined-protected-ignoreall.s b/lld/test/ELF/executable-undefined-protected-ignoreall.s index 37911791e12..967a6938867 100644 --- a/lld/test/ELF/executable-undefined-protected-ignoreall.s +++ b/lld/test/ELF/executable-undefined-protected-ignoreall.s @@ -1,6 +1,6 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -# RUN: not ld.lld %t -o %tout --unresolved-symbols=ignore-all -pie 2>&1 | FileCheck %s +# RUN: not ld.lld %t -o /dev/null --unresolved-symbols=ignore-all -pie 2>&1 | FileCheck %s # CHECK: error: undefined symbol: foo .protected foo |