[test] Disable marker_protocol_backdeploy.swift on arm

rdar://89910199
This commit is contained in:
Hamish Knight
2022-03-08 14:49:48 +00:00
parent f111760e6a
commit 622ff3782b

View File

@@ -9,6 +9,9 @@
// REQUIRES: PTRSIZE=64
// REQUIRES: OS=macosx
// Temporarily disable on arm (rdar://89910199)
// UNSUPPORTED: CPU=arm64, CPU=arm64e
@_marker public protocol P { }
public protocol Q: P { }
protocol R { }