[LL FIR] pass correct phase to AbstractLazyBodyIsNotTouchedTest test

We have lazy expressions on ARGUMENTS_OF_ANNOTATIONS,
so we should decrease the phase to it

^KT-56543
This commit is contained in:
Dmitrii Gridin
2023-03-22 14:07:49 +01:00
parent 956682d1ca
commit a5e5e093c3
3 changed files with 71 additions and 68 deletions
@@ -16,7 +16,7 @@ import org.jetbrains.kotlin.codegen.defaultConstructor.AbstractDefaultArgumentsR
import org.jetbrains.kotlin.codegen.flags.AbstractWriteFlagsTest
import org.jetbrains.kotlin.codegen.ir.*
import org.jetbrains.kotlin.fir.AbstractFirLoadCompiledKotlin
import org.jetbrains.kotlin.fir.AbstractLazyBodyIsNotTouchedTilContractsPhaseTest
import org.jetbrains.kotlin.fir.AbstractLazyBodyIsNotTouchedTest
import org.jetbrains.kotlin.fir.builder.AbstractRawFirBuilderLazyBodiesTestCase
import org.jetbrains.kotlin.fir.builder.AbstractRawFirBuilderSourceElementMappingTestCase
import org.jetbrains.kotlin.fir.builder.AbstractRawFirBuilderTestCase
@@ -418,7 +418,7 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
}
testGroup("compiler/fir/analysis-tests/legacy-fir-tests/tests-gen", "compiler/fir/analysis-tests/testData") {
testClass<AbstractLazyBodyIsNotTouchedTilContractsPhaseTest> {
testClass<AbstractLazyBodyIsNotTouchedTest> {
model("resolve", pattern = KT_WITHOUT_DOTS_IN_NAME)
}
}