[Wasm] Stop dumping declarations in diagnostic tests

These tests are meant to check diagnostics, but
having to update .txt dumps adds some friction to development process.
This commit is contained in:
Svyatoslav Kuzmich
2023-02-24 09:05:32 +01:00
committed by Space Team
parent 8ff330079e
commit c9e71985da
2 changed files with 0 additions and 93 deletions
@@ -51,7 +51,6 @@ abstract class AbstractDiagnosticsWasmTest : AbstractKotlinCompilerTest() {
classicFrontendStep()
classicFrontendHandlersStep {
useHandlers(
::DeclarationsDumpHandler,
::ClassicDiagnosticsHandler,
)
}