Skip to content

Commit c361a49

Browse files
authored
Merge pull request #41750 from hamishknight/disable-array-trap-backdeploy
[test] Disable ArrayTrapsObjC.swift for backdeployment
2 parents cb902d5 + 187e6f3 commit c361a49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/stdlib/ArrayTrapsObjC.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// REQUIRES: executable_test
55
// REQUIRES: objc_interop
66

7+
// Temporarily disable for backdeployment (rdar://89821303)
8+
// UNSUPPORTED: use_os_stdlib
9+
710
import StdlibUnittest
811
import Foundation
912

0 commit comments

Comments
 (0)