Skip to content

Commit e6c8f49

Browse files
committed
Fix compilation of honggfuzz test
1 parent 72e3f7a commit e6c8f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/fuzz_targets/smallvec_ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ extern crate honggfuzz;
197197
fn main() {
198198
loop {
199199
fuzz!(|data| {
200-
do_test(data);
200+
do_test_all(data);
201201
});
202202
}
203203
}

0 commit comments

Comments
 (0)