summaryrefslogtreecommitdiff
path: root/test/MC/ARM/eh-directive-cantunwind.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/eh-directive-cantunwind.s')
-rw-r--r--test/MC/ARM/eh-directive-cantunwind.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ARM/eh-directive-cantunwind.s b/test/MC/ARM/eh-directive-cantunwind.s
index 0545f6d3c8..499c2c44df 100644
--- a/test/MC/ARM/eh-directive-cantunwind.s
+++ b/test/MC/ARM/eh-directive-cantunwind.s
@@ -37,9 +37,6 @@ func1:
@-------------------------------------------------------------------------------
@ CHECK: Section {
@ CHECK: Name: .ARM.exidx
-@ CHECK: Relocations [
-@ CHECK: 0x0 R_ARM_PREL31 .text 0x0
-@ CHECK: ]
@-------------------------------------------------------------------------------
@ The first word should be the offset to .text.
@ The second word should be EXIDX_CANTUNWIND (01000000).
@@ -49,3 +46,6 @@ func1:
@ CHECK: )
@ CHECK: }
@ CHECK: ]
+@ CHECK: Relocations [
+@ CHECK: 0x0 R_ARM_PREL31 .text 0x0
+@ CHECK: ]