[SLC] rename AbstractSymbolLightClassesParentingTest to AbstractSymbolLightClassesParentingTestByFqName
^KT-56613
This commit is contained in:
committed by
Space Team
parent
68e6dba22b
commit
cfb358140c
+2
-2
@@ -32,14 +32,14 @@ internal fun TestGroupSuite.generateSymbolLightClassesTests() {
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractSymbolLightClassesParentingForSourceTest> {
|
||||
testClass<AbstractSymbolLightClassesParentingByFqNameForSourceTest> {
|
||||
model(
|
||||
"asJava/lightClasses/lightClassByFqName",
|
||||
pattern = TestGeneratorUtil.KT_WITHOUT_DOTS_IN_NAME
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractSymbolLightClassesParentingForLibraryTest> {
|
||||
testClass<AbstractSymbolLightClassesParentingByFqNameForLibraryTest> {
|
||||
model(
|
||||
"asJava/lightClasses/lightClassByFqName",
|
||||
excludeDirs = listOf("compilationErrors"),
|
||||
|
||||
Reference in New Issue
Block a user