Skip to content

Commit 742b988

Browse files
atrickbenlangmuir
authored andcommitted
Disable IDE/import_as_member.swift
This test fails periodically across all configurations. rdar://70691386 (IDE/import_as_member.swift; fails sporadically; Assertion failed: (I != F.TypeRemap.end() && "Invalid index into type index remap")) (cherry picked from commit 72716c3)
1 parent ce112e2 commit 742b988

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+
// Assertion failed: (I != F.TypeRemap.end() && "Invalid index into type index remap"))
13+
// REQUIRES: rdar70691386
14+
1215
// PRINT: struct Struct1 {
1316
// PRINT-NEXT: var x: Double
1417
// PRINT-NEXT: var y: Double

0 commit comments

Comments
 (0)