corpus and testcase added

This commit is contained in:
Dominik Maier 2020-10-26 05:47:36 +01:00
parent 445ae1e122
commit 97b56291a8

View File

@ -63,6 +63,7 @@ impl Corpus for DefaultQueue<'_> {
} }
fn add(&mut self, entry: Box<dyn Testcase>) { fn add(&mut self, entry: Box<dyn Testcase>) {
println!("printing {?entry}")
self.entries.push(entry); self.entries.push(entry);
} }