Skip to content

Commit e30181d

Browse files
authored
Merge pull request #60460 from mikeash/redisable-associated_type_demangle_private
[Test] Reenable associated_type_demangle_private.swift.
2 parents b30cc9d + 82e4798 commit e30181d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Runtime/associated_type_demangle_private.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %target-codesign %t/a.out
44
// RUN: %target-run %t/a.out
55
// REQUIRES: executable_test
6-
// REQUIRES: rdar97996884
76

87
import Swift
98
import StdlibUnittest
@@ -105,7 +104,8 @@ AssociatedTypeDemangleTests.test("nested private generic types in associated typ
105104
if #available(SwiftStdlib 5.1, *) {}
106105
// Bug is still present in Swift 5.0 runtime.
107106
else {
108-
expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
107+
// FIXME: rdar://problem/51959305
108+
// expectCrashLater(withMessage: "failed to demangle witness for associated type 'Second' in conformance")
109109
return
110110
}
111111

0 commit comments

Comments
 (0)