Skip to content

Commit 5ced89b

Browse files
authored
Merge pull request #24510 from compnerd/bits-byte
test: make portable to LLP64 targets
2 parents b028aea + 7701b88 commit 5ced89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ParseableInterface/Inputs/enums-layout-helper.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public enum FutureproofEnum: Int {
1818
case c = 100
1919
}
2020

21-
// CHECK-LABEL: public enum FutureproofObjCEnum : Int
22-
@objc public enum FutureproofObjCEnum: Int {
21+
// CHECK-LABEL: public enum FutureproofObjCEnum : Int32
22+
@objc public enum FutureproofObjCEnum: Int32 {
2323
// CHECK-NEXT: case a = 1{{$}}
2424
case a = 1
2525
// CHECK-NEXT: case b = 10{{$}}

0 commit comments

Comments
 (0)