Skip to content

Commit 692d5fa

Browse files
Merge pull request swiftlang#31658 from aschwaighofer/disable_optimize_keypath_objc_i386
Disable test on non-x86_64
2 parents 7e6d62d + 09afc14 commit 692d5fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/optimize_keypath_objc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// REQUIRES: objc_interop
66

7+
// This test currently fails iphonesimulator-i386.
8+
// REQUIRES: CPU=x86_64
9+
710
import Foundation
811

912
class Foo: NSObject {

0 commit comments

Comments
 (0)