Tests: remove .txt dumps from diagnostic tests with JVM backend

They are mostly useless now.
This commit is contained in:
Alexander Udalov
2023-07-28 13:48:39 +02:00
committed by Space Team
parent 965946d3ef
commit 0a748f8ea0
101 changed files with 0 additions and 1841 deletions
@@ -74,7 +74,6 @@ abstract class AbstractDiagnosticsTestWithJvmBackend<R : ResultingArtifact.Front
if (targetFrontend == FrontendKinds.ClassicFrontend) {
classicFrontendHandlersStep {
useHandlers(
::DeclarationsDumpHandler,
::ClassicDiagnosticsHandler,
)
}