corpus and testcase added
This commit is contained in:
parent
445ae1e122
commit
97b56291a8
@ -63,6 +63,7 @@ impl Corpus for DefaultQueue<'_> {
|
||||
}
|
||||
|
||||
fn add(&mut self, entry: Box<dyn Testcase>) {
|
||||
println!("printing {?entry}")
|
||||
self.entries.push(entry);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user