summaryrefslogtreecommitdiff
path: root/cli/lsp/testing/execution.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-10-05 11:25:15 +0100
committerGitHub <noreply@github.com>2023-10-05 11:25:15 +0100
commit551a08145098e95022efb778308d677db60a67cc (patch)
tree1ea66cdf7066a9e7e3229a1b97ac9ad4f50bbd06 /cli/lsp/testing/execution.rs
parentfd4fc2d81830c8350ccdc7be689db31183ada235 (diff)
refactor(test): support custom writer in PrettyTestReporter (#20783)
Diffstat (limited to 'cli/lsp/testing/execution.rs')
-rw-r--r--cli/lsp/testing/execution.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs
index 9c8c7c98f..3d18bbf24 100644
--- a/cli/lsp/testing/execution.rs
+++ b/cli/lsp/testing/execution.rs
@@ -404,6 +404,7 @@ impl TestRun {
);
}
}
+ test::TestEvent::ForceEndReport => {}
test::TestEvent::Sigint => {}
}
}