summaryrefslogtreecommitdiff
path: root/cli/tools/test/reporters/tap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/test/reporters/tap.rs')
-rw-r--r--cli/tools/test/reporters/tap.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tools/test/reporters/tap.rs b/cli/tools/test/reporters/tap.rs
index a67e592a2..610f0bec9 100644
--- a/cli/tools/test/reporters/tap.rs
+++ b/cli/tools/test/reporters/tap.rs
@@ -236,6 +236,8 @@ impl TestReporter for TapTestReporter {
);
}
+ fn report_completed(&mut self) {}
+
fn flush_report(
&mut self,
_elapsed: &Duration,