Skip to content

Commit b249d3b

Browse files
committed
[Test] Reenable disabled test in associated_type_demangle_private.swift.
This was disabled due to a weird failure on iOS 10, which is no longer a supported target. rdar://97996884
1 parent 69cbb45 commit b249d3b

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)