diff options
Diffstat (limited to 'test/ELF/mips-align-err.s')
| -rw-r--r-- | test/ELF/mips-align-err.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/mips-align-err.s b/test/ELF/mips-align-err.s index a3bf134e4386c..8bf01dc5c3825 100644 --- a/test/ELF/mips-align-err.s +++ b/test/ELF/mips-align-err.s @@ -3,7 +3,7 @@ # RUN: -mcpu=mips32r6 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux \ # RUN: -mcpu=mips32r6 %S/Inputs/mips-align-err.s -o %t2.o -# RUN: not ld.lld %t.o %t2.o -o %t.exe 2>&1 | FileCheck %s +# RUN: not ld.lld %t.o %t2.o -o /dev/null 2>&1 | FileCheck %s # CHECK: {{.*}}:(.text+0x1): improper alignment for relocation R_MIPS_PC16: 0xB is not aligned to 4 bytes .globl __start |
