Skip to content

Commit 37c8a1c

Browse files
committed
Fix DebugInfo/bool.swift test to match a4e5bb6.
The alignment is no longer specified as part of the type.
1 parent 5d929df commit 37c8a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/bool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
func markUsed<T>(_ t: T) {}
44

55
// Int1 uses 1 bit, but is aligned at 8 bits.
6-
// CHECK: !DIBasicType(name: "_TtBi1_", size: 1, align: 8, encoding: DW_ATE_unsigned)
6+
// CHECK: !DIBasicType(name: "_TtBi1_", size: 1, encoding: DW_ATE_unsigned)
77
func main() {
88
var t = true
99
var f = false

0 commit comments

Comments
 (0)