Skip to content

Commit 46117ce

Browse files
committed
[NFC] Fix debug info enum test failing on 32 bit
1 parent 126022f commit 46117ce

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)