Skip to content

Commit 2a50fab

Browse files
authored
Merge pull request #67307 from mikeash/reenable-associated-type-demangle-private-nested-generic
[Test] Reenable disabled test in associated_type_demangle_private.swift.
2 parents 6e47a36 + b249d3b commit 2a50fab

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)