diff options
Diffstat (limited to 'lld/test/ELF/compressed-debug-conflict.s')
-rw-r--r-- | lld/test/ELF/compressed-debug-conflict.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/compressed-debug-conflict.s b/lld/test/ELF/compressed-debug-conflict.s index f7ddd2dc52b..e8c24262b7f 100644 --- a/lld/test/ELF/compressed-debug-conflict.s +++ b/lld/test/ELF/compressed-debug-conflict.s @@ -1,7 +1,7 @@ # REQUIRES: x86, zlib # RUN: llvm-mc -filetype=obj -triple i686-linux-gnu -compress-debug-sections=zlib %s -o %t.o # RUN: llvm-readobj -sections %t.o | FileCheck -check-prefix=OBJ %s -# RUN: not ld.lld %t.o %t.o -o %tout 2>&1 | FileCheck -check-prefix=ERROR %s +# RUN: not ld.lld %t.o %t.o -o /dev/null 2>&1 | FileCheck -check-prefix=ERROR %s # OBJ: Sections [ # OBJ: Section { |