summaryrefslogtreecommitdiffstats
path: root/library/test/src/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/test/src/event.rs')
-rw-r--r--library/test/src/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/src/event.rs b/library/test/src/event.rs
index 6ff1a615e..80281ebd2 100644
--- a/library/test/src/event.rs
+++ b/library/test/src/event.rs
@@ -28,7 +28,7 @@ impl CompletedTest {
#[derive(Debug, Clone)]
pub enum TestEvent {
- TeFiltered(Vec<TestDesc>, Option<u64>),
+ TeFiltered(usize, Option<u64>),
TeWait(TestDesc),
TeResult(CompletedTest),
TeTimeout(TestDesc),