summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/MC/Mips/mips32r6/invalid.s6
-rw-r--r--test/MC/Mips/mips64r2/invalid.s6
2 files changed, 4 insertions, 8 deletions
diff --git a/test/MC/Mips/mips32r6/invalid.s b/test/MC/Mips/mips32r6/invalid.s
index 36638e481c..8202dbe595 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 db167c3f37..f53cfff404 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