diff options
Diffstat (limited to 'test/COFF/ctors_dtors_priority.s')
| -rw-r--r-- | test/COFF/ctors_dtors_priority.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/COFF/ctors_dtors_priority.s b/test/COFF/ctors_dtors_priority.s index 60562ba57a52..efa03543027b 100644 --- a/test/COFF/ctors_dtors_priority.s +++ b/test/COFF/ctors_dtors_priority.s @@ -22,9 +22,9 @@ main: .quad 2 # CHECK: Contents of section .ctors: -# CHECK-NEXT: 140001000 01000000 00000000 02000000 00000000 -# CHECK-NEXT: 140001010 03000000 00000000 - -# CHECK: Contents of section .dtors: # CHECK-NEXT: 140002000 01000000 00000000 02000000 00000000 # CHECK-NEXT: 140002010 03000000 00000000 + +# CHECK: Contents of section .dtors: +# CHECK-NEXT: 140003000 01000000 00000000 02000000 00000000 +# CHECK-NEXT: 140003010 03000000 00000000 |
