[LL FIR] add script tests for AbstractFileBasedKotlinDeclarationProviderTest
^KT-60728
This commit is contained in:
committed by
Space Team
parent
aa36e2ef5b
commit
e248d1a588
+6
-2
@@ -119,8 +119,12 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
|
||||
model("getOrBuildFirForStdLib")
|
||||
}
|
||||
|
||||
testClass<AbstractFileBasedKotlinDeclarationProviderTest> {
|
||||
model("fileBasedDeclarationProvider", pattern = TestGeneratorUtil.KT_OR_KTS)
|
||||
testClass<AbstractSourceFileBasedKotlinDeclarationProviderTest> {
|
||||
model("fileBasedDeclarationProvider", pattern = TestGeneratorUtil.KT)
|
||||
}
|
||||
|
||||
testClass<AbstractScriptFileBasedKotlinDeclarationProviderTest> {
|
||||
model("fileBasedDeclarationProvider", pattern = TestGeneratorUtil.KTS)
|
||||
}
|
||||
|
||||
testClass<AbstractSourceNonLocalDeclarationAnchorTest> {
|
||||
|
||||
Reference in New Issue
Block a user