Add accidentally forgotten IrSourceRangesDumpHandler to IR text tests

This commit is contained in:
Mikhail Glukhikh
2023-10-12 13:48:41 +02:00
committed by Space Team
parent 2319e11ff1
commit d005d1cd68
@@ -95,6 +95,7 @@ abstract class AbstractIrTextTest<FrontendOutput : ResultingArtifact.FrontendOut
::IrTextDumpHandler,
::IrTreeVerifierHandler,
::IrPrettyKotlinDumpHandler,
::IrSourceRangesDumpHandler,
::IrMangledNameAndSignatureDumpHandler,
)
}