diff --git a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/ir/AbstractIrTextTest.kt b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/ir/AbstractIrTextTest.kt index 648532c3c0a..8a7ae66724a 100644 --- a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/ir/AbstractIrTextTest.kt +++ b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/ir/AbstractIrTextTest.kt @@ -57,6 +57,12 @@ abstract class AbstractIrTextTestBase( ::ClassicFrontendFacade, ::FirFrontendFacade ) + + useFrontendHandlers( + ::NoCompilationErrorsHandler, + ::NoFirCompilationErrorsHandler, + ) + useFrontend2BackendConverters( ::ClassicFrontend2IrConverter, ::Fir2IrResultsConverter