Skip to content

Commit

Permalink
[DWARFYAML][test] Make the check lines stricter. NFC.
Browse files Browse the repository at this point in the history
This patch makes the check lines stricter.
  • Loading branch information
higuoxing committed Jul 29, 2020
1 parent 334a702 commit 2f98eff
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml
Expand Up @@ -323,13 +323,12 @@ DWARF:
Length: 52
...

#CHECK: DWARF:
#CHECK: debug_aranges:
#CHECK: - Length: 0x000000000000002C
#CHECK: Version: 2
#CHECK: CuOffset: 0x0000000000000000
#CHECK: AddrSize: 0x08
#CHECK: SegSize: 0x00
#CHECK: Descriptors:
#CHECK: - Address: 0x0000000100000F50
#CHECK: Length: 52
# CHECK: debug_aranges:
# CHECK-NEXT: - Length: 0x000000000000002C
# CHECK-NEXT: Version: 2
# CHECK-NEXT: CuOffset: 0x0000000000000000
# CHECK-NEXT: AddrSize: 0x08
# CHECK-NEXT: SegSize: 0x00
# CHECK-NEXT: Descriptors:
# CHECK-NEXT: - Address: 0x0000000100000F50
# CHECK-NEXT: Length: 52

0 comments on commit 2f98eff

Please sign in to comment.