File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
test/api-digester/Outputs Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -549,8 +549,7 @@ namespace {
549
549
550
550
static bool isMissingDeclAcceptable (const SDKNodeDecl *D) {
551
551
// Don't complain about removing importation of SwiftOnoneSupport.
552
- if (D->getKind () == SDKNodeKind::DeclImport &&
553
- D->getName () == " SwiftOnoneSupport" ) {
552
+ if (D->getKind () == SDKNodeKind::DeclImport) {
554
553
return true ;
555
554
}
556
555
return false ;
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ APINotesTest(APINotesTest.h): TypeAlias CatAttributeName has been removed
15
15
APINotesTest(APINotesTest.h): Protocol SwiftTypeWithMethodLeft has been renamed to Protocol SwiftTypeWithMethodRight
16
16
APINotesTest(APINotesTest.h): Var OldType.oldMember has been renamed to Var NewType.newMember
17
17
APINotesTest(APINotesTest.h): Var globalAttributeName has been renamed to Var AnimalAttributeName.globalAttributeName
18
- APINotesTest: Import Foundation has been renamed to Import objc_generics
19
18
20
19
/* Type Changes */
21
20
APINotesTest(APINotesTest.h): Constructor Cat.init(name:) has return type change from APINotesTest.Cat to APINotesTest.Cat?
You can’t perform that action at this time.
0 commit comments