We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0530b9 + 92eaeca commit e6829f2Copy full SHA for e6829f2
test/stdlib/Inputs/SwiftNativeNSBase/SwiftNativeNSBase.m
@@ -77,6 +77,11 @@ BOOL TestSwiftNativeNSBase_UnwantedCdtors()
77
if (! ([name hasPrefix:@"__SwiftNativeNS"] && [name hasSuffix:@"Base"])) {
78
continue;
79
}
80
+ if ([name isEqual: @"__SwiftNativeNSDataBase"] ||
81
+ [name isEqual: @"__SwiftNativeNSIndexSetBase"]) {
82
+ //These two were removed but are still present when back-deploying
83
+ continue;
84
+ }
85
if (! [expectedClasses containsObject:name]) {
86
fail("did not expect class %s\n", name.UTF8String);
87
0 commit comments