Skip to content

Commit e0e424a

Browse files
authored
[test] Only running the test on watchOS simulator (#7801)
<rdar://problem/29996841>
1 parent 79b5ea0 commit e0e424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/DispatchDeprecationWatchOS.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %swift -typecheck -target i386-apple-watchos2.0 -verify -sdk %sdk %s
2-
// REQUIRES: OS=watchos
2+
// REQUIRES: CPU=i386, OS=watchos
33
// REQUIRES: objc_interop
44

55
import Foundation

0 commit comments

Comments
 (0)