Skip to content

Commit ffd9dd8

Browse files
authored
Merge pull request swiftlang#32895 from apple/NSValueBridging-harder
2 parents 29a3d08 + 5f489fc commit ffd9dd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/stdlib/NSValueBridging.swift.gyb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
// RUN: %target-codesign %t.out
1616
// RUN: %target-run %t.out
1717
// REQUIRES: executable_test
18-
// rdar://problem/64995079
19-
// XFAIL: OS=ios && CPU=armv7s
2018
//
2119
// REQUIRES: objc_interop
2220

@@ -73,7 +71,7 @@ ${ testCase("CGAffineTransform", "CGAffineTransform(rotationAngle: .pi)", N
7371
//
7472
// FIXME: Test back-deployment scenarios with the Swift 5.0 compatibility
7573
// runtime rather than a freshly built stdlib. (rdar://62694723)
76-
#if canImport(UIKit) && !(os(iOS) && (arch(armv7) || arch(armv7s) || arch(i386)))
74+
#if canImport(UIKit) && !(os(iOS) && (arch(arm) || arch(i386)))
7775
import UIKit
7876

7977
${ testCase("CGRect", "CGRect(x: 17, y: 38, width: 6, height: 79)", "cgRect", "(==)") }

0 commit comments

Comments
 (0)