Skip to content

Commit 394e071

Browse files
committed
Disable IDE/import_as_member.swift on the tv simulator
It fails on the bots. rdar://77558075
1 parent 7f4fbf9 commit 394e071

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IDE/import_as_member.swift

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

1010
// RUN: %target-typecheck-verify-swift -I %S/Inputs/custom-modules
1111

12+
// rdar://77558075
13+
// UNSUPPORTED: OS=tvos && CPU=x86_64
14+
1215
// PRINT: struct Struct1 {
1316
// PRINT-NEXT: var x: Double
1417
// PRINT-NEXT: var y: Double

0 commit comments

Comments
 (0)