[llvm] r225577 - tests: fix previous commit
Saleem Abdulrasool
compnerd at compnerd.org
Fri Jan 9 18:53:26 PST 2015
Author: compnerd
Date: Fri Jan 9 20:53:25 2015
New Revision: 225577
URL: http://llvm.org/viewvc/llvm-project?rev=225577&view=rev
Log:
tests: fix previous commit
The previous commit accidentally missed changes to the test output checking,
resulting in an errant failure.
Modified:
llvm/trunk/test/MC/ARM/arm-elf-relocations.s
Modified: llvm/trunk/test/MC/ARM/arm-elf-relocations.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/arm-elf-relocations.s?rev=225577&r1=225576&r2=225577&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/arm-elf-relocations.s (original)
+++ llvm/trunk/test/MC/ARM/arm-elf-relocations.s Fri Jan 9 20:53:25 2015
@@ -10,11 +10,9 @@
.byte abs8_0 -128
.byte abs8_1 +255
-@ CHECK: Relocations {
-@ CHECK: Section {{.*}} .rel.text.r_arm_abs8 {
-@ CHECK: 0x0 R_ARM_ABS8 abs8_0 0x0
-@ CHECK: 0x1 R_ARM_ABS8 abs8_1 0x0
-@ CHECK: }
+@ CHECK: Section {{.*}} .rel.text.r_arm_abs8 {
+@ CHECK: 0x0 R_ARM_ABS8 abs8_0 0x0
+@ CHECK: 0x1 R_ARM_ABS8 abs8_1 0x0
@ CHECK: }
.section .text.r_arm_abs16
@@ -22,10 +20,8 @@
.short abs16_0 -32768
.short abs16_1 +65535
-@ CHECK: Relocations {
-@ CHECK: Section {{.*}} .rel.text.r_arm_abs16 {
-@ CHECK: 0x0 R_ARM_ABS16 abs16_0 0x0
-@ CHECK: 0x2 R_ARM_ABS16 abs16_1 0x0
-@ CHECK: }
+@ CHECK: Section {{.*}} .rel.text.r_arm_abs16 {
+@ CHECK: 0x0 R_ARM_ABS16 abs16_0 0x0
+@ CHECK: 0x2 R_ARM_ABS16 abs16_1 0x0
@ CHECK: }
More information about the llvm-commits
mailing list