Skip to content

Commit

Permalink
KT-71197 update codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Oct 20, 2024
1 parent bdb6b46 commit 31bceb5
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ import org.junit.jupiter.api.BeforeAll

abstract class AbstractFirBaseCodegenTest(
private val firParser: FirParser
): AbstractJvmBlackBoxCodegenTestBase<FirOutputArtifact, IrBackendInput>(
FrontendKinds.FIR, TargetBackend.JVM_IR
): AbstractJvmBlackBoxCodegenTestBase<FirOutputArtifact>(
FrontendKinds.FIR
) {

companion object {
Expand All @@ -61,8 +61,6 @@ abstract class AbstractFirBaseCodegenTest(
get() = ::FirFrontendFacade
final override val frontendToBackendConverter: Constructor<Frontend2BackendConverter<FirOutputArtifact, IrBackendInput>>
get() = ::Fir2IrResultsConverter
final override val backendFacade: Constructor<BackendFacade<IrBackendInput, BinaryArtifacts.Jvm>>
get() = ::JvmIrBackendFacade

override fun configure(builder: TestConfigurationBuilder) = with(builder) {
super.configure(builder)
Expand Down

0 comments on commit 31bceb5

Please sign in to comment.