diff --git a/test/MC/Mips/mips32r6/invalid.s b/test/MC/Mips/mips32r6/invalid.s index 36638e481c1..8202dbe595a 100644 --- a/test/MC/Mips/mips32r6/invalid.s +++ b/test/MC/Mips/mips32r6/invalid.s @@ -6,7 +6,5 @@ .text .set noreorder - jalr.hb $31 -# ASM: :[[@LINE-1]]:9: error: source and destination must be different - jalr.hb $31, $31 -# ASM: :[[@LINE-1]]:9: error: source and destination must be different + jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different + jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different diff --git a/test/MC/Mips/mips64r2/invalid.s b/test/MC/Mips/mips64r2/invalid.s index db167c3f37a..f53cfff4043 100644 --- a/test/MC/Mips/mips64r2/invalid.s +++ b/test/MC/Mips/mips64r2/invalid.s @@ -6,7 +6,5 @@ .text .set noreorder - jalr.hb $31 -# ASM: :[[@LINE-1]]:9: error: source and destination must be different - jalr.hb $31, $31 -# ASM: :[[@LINE-1]]:9: error: source and destination must be different + jalr.hb $31 # ASM: :[[@LINE]]:9: error: source and destination must be different + jalr.hb $31, $31 # ASM: :[[@LINE]]:9: error: source and destination must be different