Skip to content

Commit 3da8953

Browse files
committed
In the shell test, loose the check of the number of digits in hex addresses
1 parent 3901d7d commit 3da8953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/dsymutil/typedefs-with-same-name.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# There should be two typedef DIE named "BarInt" in the resultant .dwarf file.
55
# The second should refer to the first, which refer to "Foo<int>".
6-
# CHECK: 0x[[FIRST_BARINT_ADDR:[0-9a-f]{8}]]: DW_TAG_typedef
7-
# CHECK-NEXT: DW_AT_type (0x{{([[:xdigit:]]{8})}} "Foo<int>")
6+
# CHECK: 0x[[FIRST_BARINT_ADDR:[0-9a-f]*]]: DW_TAG_typedef
7+
# CHECK-NEXT: DW_AT_type (0x{{([[:xdigit:]]*)}} "Foo<int>")
88
# CHECK-NEXT: DW_AT_name ("BarInt")
9-
# CHECK: 0x{{([[:xdigit:]]{8})}}: DW_TAG_typedef
9+
# CHECK: 0x{{([[:xdigit:]]*)}}: DW_TAG_typedef
1010
# CHECK-NEXT: DW_AT_type (0x[[FIRST_BARINT_ADDR]] "BarInt")
1111
# CHECK-NEXT: DW_AT_name ("BarInt")
1212

0 commit comments

Comments
 (0)