[Test] Add JVM platform to name of ..FirLoadCompiledKotlin.. tests
This is needed for further distinguishing them with similar JS tests
This commit is contained in:
committed by
Space Team
parent
d5831587fb
commit
2290a096d1
+2
-2
@@ -265,12 +265,12 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
}
|
||||
|
||||
testGroup("compiler/fir/analysis-tests/tests-gen", "compiler/testData") {
|
||||
testClass<AbstractFirLoadK1CompiledKotlin> {
|
||||
testClass<AbstractFirLoadK1CompiledJvmKotlinTest> {
|
||||
model("loadJava/compiledKotlin", extension = "kt")
|
||||
model("loadJava/compiledKotlinWithStdlib", extension = "kt")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLoadK2CompiledKotlin> {
|
||||
testClass<AbstractFirLoadK2CompiledJvmKotlinTest> {
|
||||
model("loadJava/compiledKotlin", extension = "kt")
|
||||
model("loadJava/compiledKotlinWithStdlib", extension = "kt")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user