diff options
Diffstat (limited to 'lld/test/ELF/oformat-binary.s')
-rw-r--r-- | lld/test/ELF/oformat-binary.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/oformat-binary.s b/lld/test/ELF/oformat-binary.s index acd95c7cef3..44c7b5ac2d8 100644 --- a/lld/test/ELF/oformat-binary.s +++ b/lld/test/ELF/oformat-binary.s @@ -15,7 +15,7 @@ # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary # RUN: od -t x1 -v %t2.out | FileCheck %s -# RUN: not ld.lld -o %t3.out %t --oformat foo 2>&1 \ +# RUN: not ld.lld -o /dev/null %t --oformat foo 2>&1 \ # RUN: | FileCheck %s --check-prefix ERR # ERR: unknown --oformat value: foo |