mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update UnitTestSourceFileDepGraphFactory.cpp
This commit is contained in:
committed by
GitHub
parent
8e0adec743
commit
cbd0441034
@@ -42,7 +42,7 @@ void UnitTestSourceFileDepGraphFactory::addAllUsedDecls() {
|
|||||||
if (!isADefinedDecl(s))
|
if (!isADefinedDecl(s))
|
||||||
addAUsedDecl(s, kind);
|
addAUsedDecl(s, kind);
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
// MARK: UnitTestSourceFileDepGraphFactory - adding individual Decls
|
// MARK: UnitTestSourceFileDepGraphFactory - adding individual Decls
|
||||||
|
|||||||
Reference in New Issue
Block a user