[LL API] Rename 'outside' testPrefix with 'out_of_src_roots'

This commit is contained in:
Yan Zhulanow
2023-01-19 18:58:46 +09:00
committed by Space Team
parent 6ff3eb1a8d
commit 5120da6b70
9 changed files with 1 additions and 1 deletions
@@ -28,7 +28,7 @@ import org.jetbrains.kotlin.test.services.TestServices
object AnalysisApiFirOutOfContentRootTestConfigurator : AnalysisApiFirSourceLikeTestConfigurator(false) {
override val testPrefix: String
get() = "outside"
get() = "out_of_src_roots"
override fun configureTest(builder: TestConfigurationBuilder, disposable: Disposable) {
super.configureTest(builder, disposable)