Skip to content

Commit 5f5caeb

Browse files
committed
[Test] Reenable "failed to demangle" portion of associated_type_demangle_private.swift.
This test was disabled a while ago but the problem seems to have been fixed sometime since then. rdar://51959305
1 parent 8f9c533 commit 5f5caeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Runtime/associated_type_demangle_private.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ AssociatedTypeDemangleTests.test("nested private generic types in associated typ
104104
if #available(SwiftStdlib 5.1, *) {}
105105
// Bug is still present in Swift 5.0 runtime.
106106
else {
107-
// FIXME: rdar://problem/51959305
108-
// expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
107+
expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
109108
return
110109
}
111110

0 commit comments

Comments
 (0)