Skip to content

Commit a029900

Browse files
committed
Update raw_layout.swift
1 parent 71f1bb3 commit a029900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/raw_layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct SmallVectorOf3<T>: ~Copyable {}
118118
// flags: alignment 0, incomplete
119119
// CHECK-SAME: , <i32 0x400000>
120120
@_rawLayout(likeArrayOf: T, count: N)
121-
struct Vector<T, let N: UInt>: ~Copyable {}
121+
struct Vector<T, let N: Int>: ~Copyable {}
122122

123123
// CHECK-LABEL: @"$s{{[A-Za-z0-9_]*}}8UsesCellVWV" = {{.*}} %swift.vwtable
124124
// size

0 commit comments

Comments
 (0)