Skip to content

Commit e7934e5

Browse files
committed
Unskip most of associated_type_demangle_private
There’s only one specific case that isn’t working correctly right now; re-enable the rest of the test. rdar://problem/51959305
1 parent 6454bcd commit e7934e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Runtime/associated_type_demangle_private.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ AssociatedTypeDemangleTests.test("nested private generic types in associated typ
106106
else if #available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) {}
107107
// Bug is still present in Swift 5.0 runtime.
108108
else {
109-
expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
109+
// FIXME: rdar://problem/51959305
110+
// expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
111+
return
110112
}
111113

112114
_ = Parent<Never>.Nested(first: "String", second: 0).pair

0 commit comments

Comments
 (0)