Use ObsoleteTestInfrastructure instead of Deprecated in black box tests
This commit is contained in:
@@ -14,6 +14,7 @@ import org.jetbrains.kotlin.test.TargetBackend
|
||||
|
||||
internal val NOARG_ANNOTATIONS = listOf("NoArg", "NoArg2", "test.NoArg")
|
||||
|
||||
@OptIn(ObsoleteTestInfrastructure::class)
|
||||
abstract class AbstractBlackBoxCodegenTestForNoArg : AbstractBlackBoxCodegenTest() {
|
||||
override fun loadMultiFiles(files: MutableList<TestFile>) {
|
||||
NoArgComponentRegistrar.registerNoArgComponents(
|
||||
|
||||
Reference in New Issue
Block a user