diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-29 13:55:07 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-29 13:55:07 +0000 |
commit | cad91323dc31ee591b2a3cb7333711eb69fb9350 (patch) | |
tree | 8e5694b08c4ef4beab01720557dfc96d73034e42 /llvm/test/MC/ELF/empty-dwarf-lines.s | |
parent | 0ac9031fa1831822109505a19a9e0b0d0f9e25ac (diff) | |
download | bcm5719-llvm-cad91323dc31ee591b2a3cb7333711eb69fb9350.tar.gz bcm5719-llvm-cad91323dc31ee591b2a3cb7333711eb69fb9350.zip |
Don't constrain the section order in tests that don't depend on it.
llvm-svn: 236102
Diffstat (limited to 'llvm/test/MC/ELF/empty-dwarf-lines.s')
-rw-r--r-- | llvm/test/MC/ELF/empty-dwarf-lines.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ELF/empty-dwarf-lines.s b/llvm/test/MC/ELF/empty-dwarf-lines.s index 241580bb3b8..19305709cda 100644 --- a/llvm/test/MC/ELF/empty-dwarf-lines.s +++ b/llvm/test/MC/ELF/empty-dwarf-lines.s @@ -8,8 +8,8 @@ c: .asciz "hi\n" // CHECK: Section { -// CHECK: Index: 4 -// CHECK-NEXT: Name: .debug_line +// CHECK: Index: +// CHECK: Name: .debug_line // CHECK-NEXT: Type: SHT_PROGBITS // CHECK-NEXT: Flags [ // CHECK-NEXT: ] |