Skip to content

Commit 28f8d9e

Browse files
authored
Merge pull request swiftlang#36073 from eeckstein/fix-marker-protocol-test
disable IRGen/marker_protocol.swift test for 32 bit.
2 parents 58a5010 + f2a3f62 commit 28f8d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IRGen/marker_protocol.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// CHECK-NOT: $s15marker_protocol1PP
77
// CHECK-NOT: $s15marker_protocol1PMp
88

9+
// REQUIRES: PTRSIZE=64
10+
911
@_marker public protocol P { }
1012

1113
extension Int: P { }

0 commit comments

Comments
 (0)