tests: fix previous commit
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 10 Jan 2015 02:53:25 +0000 (02:53 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 10 Jan 2015 02:53:25 +0000 (02:53 +0000)
The previous commit accidentally missed changes to the test output checking,
resulting in an errant failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225577 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/arm-elf-relocations.s

index 626a09e5a6b7013a9abd0b7735188ac38570fd93..13d9d2b1e1b176841cb0f2242f33e53c185bc201 100644 (file)
        .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
        .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: }