Skip to content

Commit 1d4ad2f

Browse files
authored
Merge pull request swiftlang#85416 from gottesmm/pr-afa752c004e41a2d38f9b72ad6acfcd18f2da817
Disable a test on 32 bit to unblock CI.
2 parents 4214842 + 4d48b9a commit 1d4ad2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/IRGen/fulfillment_map_key_equality.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
// FIXME: We just need to adjust the check line below, there's no inherent
44
// reason for this not to be tested on wasm.
5+
56
// UNSUPPORTED: CPU=wasm32
67

8+
// This test does not support 32 bit right now.
9+
// UNSUPPORTED: PTRSIZE=32
10+
711
// rdar://160649141
812

913
public protocol P1 {}

0 commit comments

Comments
 (0)