Fix objcImpl resilience tests

This commit is contained in:
Becca Royal-Gordon
2024-05-01 17:13:31 -07:00
parent 9db14c36ad
commit 10ae9db27a
3 changed files with 20 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ class SwiftClientSubclass: ImplClass {
#if RESILIENCE
override class func makeResilientImpl() -> ImplClassWithResilientStoredProperty {
SwiftResilientStoredClientSubclass()
fatalError()
}
#endif
}