Skip to content

Commit 95fa962

Browse files
authored
Merge pull request #70127 from augusto2112/fix-32bit-enum-test
[NFC] Fix debug info enum test failing on 32 bit
2 parents a455bb8 + 46117ce commit 95fa962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/enum.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum Either {
1111
// CHECK-SAME: size: {{328|168}},
1212

1313
// DWARF: !DICompositeType(tag: DW_TAG_structure_type, name: "Either",
14-
// DWARF-SAME: size: 328, num_extra_inhabitants: 253,
14+
// DWARF-SAME: size: {{328|168}}, num_extra_inhabitants: 253,
1515
// DWARF-SAME: identifier: "$s4enum6EitherOD")
1616

1717
// DWARF: !DICompositeType(tag: DW_TAG_variant_part

0 commit comments

Comments
 (0)