Kapt3: Minor: Refactor kapt3 module (move/rename)
This commit is contained in:
committed by
Yan Zhulanow
parent
e61a7c7f2c
commit
86aa82da6c
@@ -136,7 +136,7 @@ import org.jetbrains.kotlin.js.test.semantics.*
|
||||
import org.jetbrains.kotlin.jvm.compiler.*
|
||||
import org.jetbrains.kotlin.jvm.runtime.AbstractJvm8RuntimeDescriptorLoaderTest
|
||||
import org.jetbrains.kotlin.jvm.runtime.AbstractJvmRuntimeDescriptorLoaderTest
|
||||
import org.jetbrains.kotlin.kapt3.test.AbstractJCTreeConverterTest
|
||||
import org.jetbrains.kotlin.kapt3.test.AbstractClassFileToSourceStubConverterTest
|
||||
import org.jetbrains.kotlin.kapt3.test.AbstractKotlinKaptRunnerTest
|
||||
import org.jetbrains.kotlin.kdoc.AbstractKDocLexerTest
|
||||
import org.jetbrains.kotlin.lang.resolve.android.test.AbstractAndroidBoxTest
|
||||
@@ -1140,7 +1140,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testGroup("plugins/kapt3/test", "plugins/kapt3/testData") {
|
||||
testClass<AbstractJCTreeConverterTest> {
|
||||
testClass<AbstractClassFileToSourceStubConverterTest> {
|
||||
model("converter")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user