Skip to content

Commit 6377b75

Browse files
cypressiousSpace Team
authored andcommitted
[Test Infra] Fix typo in class name
1 parent 6e0fe83 commit 6377b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.jetbrains.kotlin.test.services.configuration.JsEnvironmentConfigurato
3131
import org.jetbrains.kotlin.test.services.configuration.MetadataEnvironmentConfiguratorForSeparateKmpCompilation
3232
import org.jetbrains.kotlin.test.services.isLeafModuleInMppGraph
3333

34-
abstract class AbstractJvmBlackBoxCodegenWithSeparateKmpCompilationTestBase(
34+
abstract class AbstractJsBlackBoxCodegenWithSeparateKmpCompilationTestBase(
3535
val parser: FirParser,
3636
private val pathToTestDir: String,
3737
private val testGroupOutputDirPrefix: String,
@@ -88,7 +88,7 @@ class JsEnvironmentConfiguratorForSeparateKmpCompilation(
8888
}
8989
}
9090

91-
open class AbstractJsLightTreeBlackBoxCodegenWithSeparateKmpCompilationTest : AbstractJvmBlackBoxCodegenWithSeparateKmpCompilationTestBase(
91+
open class AbstractJsLightTreeBlackBoxCodegenWithSeparateKmpCompilationTest : AbstractJsBlackBoxCodegenWithSeparateKmpCompilationTestBase(
9292
FirParser.LightTree,
9393
pathToTestDir = "compiler/testData/codegen/box/multiplatform/k2",
9494
testGroupOutputDirPrefix = "codegen/irBoxHmpp/lightTree/"

0 commit comments

Comments
 (0)