Skip to content

Commit 228ba66

Browse files
authored
Merge pull request swiftlang#37583 from benlangmuir/disable-import_as_member.swift-55
Disable IDE/import_as_member.swift
2 parents ce112e2 + 742b988 commit 228ba66

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)