diff options
Diffstat (limited to 'lld/test/ELF/no-line-parser-errors-if-empty-section.s')
-rw-r--r-- | lld/test/ELF/no-line-parser-errors-if-empty-section.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/no-line-parser-errors-if-empty-section.s b/lld/test/ELF/no-line-parser-errors-if-empty-section.s index 56b255ef992..808052e7ff0 100644 --- a/lld/test/ELF/no-line-parser-errors-if-empty-section.s +++ b/lld/test/ELF/no-line-parser-errors-if-empty-section.s @@ -5,7 +5,7 @@ # it, as that would result in errors from the parser. # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -# RUN: not ld.lld %t.o -o %t.elf 2>&1 | FileCheck %s +# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s # CHECK-NOT: warning: # CHECK-NOT: error: |