mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix objcImpl resilience tests
This commit is contained in:
@@ -58,7 +58,6 @@ class SwiftClientSubclass: ImplClass {
|
||||
#if RESILIENCE
|
||||
override class func makeResilientImpl() -> ImplClassWithResilientStoredProperty {
|
||||
SwiftResilientStoredClientSubclass()
|
||||
fatalError()
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user