Skip to content

Commit 05ee517

Browse files
committed
Fix BuiltinStdlibTypes.swift test
1 parent 2df3ad8 commit 05ee517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/DebugInfo/BuiltinStdlibTypes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
// always be emitted.
55

66
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBoD",
7-
// CHECK-SAME: size: 64, num_extra_inhabitants: 2147483647, flags: DIFlagArtificial,
7+
// CHECK-SAME: size: 64, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial,
88
// CHECK-SAME: runtimeLang: DW_LANG_Swift)
99

1010
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$syXlD",
1111
// CHECK-SAME: size: 64,
1212

1313
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBbD",
14-
// CHECK-SAME: size: 64, num_extra_inhabitants: 2147483647, flags: DIFlagArtificial,
14+
// CHECK-SAME: size: 64, num_extra_inhabitants: {{2147483647|4096}}, flags: DIFlagArtificial,
1515
// CHECK-SAME: runtimeLang: DW_LANG_Swift)
1616

1717
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "$sBpD",

0 commit comments

Comments
 (0)