diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test b/llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test index 820e569ad7b..4b7736e1900 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test +++ b/llvm/test/tools/llvm-objcopy/ELF/binary-input-error.test @@ -6,5 +6,5 @@ # RUN: not llvm-objcopy -I binary -B xyz %t.txt %t.o 2>&1 \ # RUN: | FileCheck %s --check-prefix=BAD-BINARY-ARCH -# MISSING-BINARY-ARCH: Specified binary input without specifiying an architecture. -# BAD-BINARY-ARCH: Invalid architecture: 'xyz'. +# MISSING-BINARY-ARCH: Specified binary input without specifiying an architecture +# BAD-BINARY-ARCH: Invalid architecture: 'xyz' |