diff --git a/gradle/jps.gradle.kts b/gradle/jps.gradle.kts index 463b2afb0eb..ae68ee41844 100644 --- a/gradle/jps.gradle.kts +++ b/gradle/jps.gradle.kts @@ -65,7 +65,7 @@ fun setupFirRunConfiguration() { val junit = JUnit("_stub").apply { configureForKotlin("2048m") } junit.moduleName = "kotlin.compiler.fir.fir2ir.test" - junit.pattern = """^.*\.Fir\w+TestGenerated$""" + junit.pattern = """^.*\.Fir\w+Test\w*Generated$""" junit.vmParameters = junit.vmParameters.replace(rootDir.absolutePath, "\$PROJECT_DIR\$") junit.workingDirectory = junit.workingDirectory.replace(rootDir.absolutePath, "\$PROJECT_DIR\$")