Skip to content

Commit b3fb762

Browse files
committed
[test] Don’t import UIKit on iOS 10.3
1 parent 73c99ac commit b3fb762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/NSValueBridging.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
//
1919
// REQUIRES: objc_interop
2020

21+
// The UIKit overlay isn't present on iOS 10.3.
22+
// UNSUPPORTED: CPU=i386
23+
2124
import StdlibUnittest
2225
import StdlibUnittestFoundationExtras
2326
import Foundation

0 commit comments

Comments
 (0)