[Tests] Enforce FIR_IDENTICAL for more irText tests
This commit is contained in:
committed by
Space Team
parent
5ddc31e932
commit
5d4e822f42
+3
@@ -63,6 +63,9 @@ open class AbstractFirScriptCodegenTest : AbstractKotlinCompilerWithTargetBacken
|
||||
::IrTextDumpHandler,
|
||||
::IrPrettyKotlinDumpHandler,
|
||||
)
|
||||
useAfterAnalysisCheckers(
|
||||
::FirIrDumpIdenticalChecker,
|
||||
)
|
||||
}
|
||||
facadeStep(::JvmIrBackendFacade)
|
||||
jvmArtifactsHandlersStep(init = {})
|
||||
|
||||
+3
@@ -97,6 +97,9 @@ abstract class AbstractIrTextTest<FrontendOutput : ResultingArtifact.FrontendOut
|
||||
::IrSourceRangesDumpHandler,
|
||||
::IrMangledNameAndSignatureDumpHandler,
|
||||
)
|
||||
useAfterAnalysisCheckers(
|
||||
::FirIrDumpIdenticalChecker,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user