diff options
Diffstat (limited to 'lld/test/ELF/section-metadata-err3.s')
-rw-r--r-- | lld/test/ELF/section-metadata-err3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/section-metadata-err3.s b/lld/test/ELF/section-metadata-err3.s index 36666bf6c21..5c4875b9da5 100644 --- a/lld/test/ELF/section-metadata-err3.s +++ b/lld/test/ELF/section-metadata-err3.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -# RUN: not ld.lld %t.o -o %t 2>&1 | FileCheck %s +# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s # CHECK: error: incompatible section flags for .bar # CHECK-NEXT: >>> {{.*}}section-metadata-err3.s.tmp.o:(.bar): 0x2 |