Skip to content

Commit e6829f2

Browse files
authored
Merge pull request #26879 from Catfish-Man/all-your-base
2 parents d0530b9 + 92eaeca commit e6829f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/stdlib/Inputs/SwiftNativeNSBase/SwiftNativeNSBase.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ BOOL TestSwiftNativeNSBase_UnwantedCdtors()
7777
if (! ([name hasPrefix:@"__SwiftNativeNS"] && [name hasSuffix:@"Base"])) {
7878
continue;
7979
}
80+
if ([name isEqual: @"__SwiftNativeNSDataBase"] ||
81+
[name isEqual: @"__SwiftNativeNSIndexSetBase"]) {
82+
//These two were removed but are still present when back-deploying
83+
continue;
84+
}
8085
if (! [expectedClasses containsObject:name]) {
8186
fail("did not expect class %s\n", name.UTF8String);
8287
continue;

0 commit comments

Comments
 (0)