mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix fuzz_module
This commit is contained in:
parent
7b09b15dea
commit
e760db55f5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fuzz_target!(|data: &[u8]| {
|
|||
let input = Input::Full(input);
|
||||
let arena = Bump::new();
|
||||
if input.parse_in(&arena).is_ok() {
|
||||
input.check_invariants(|_| (), true);
|
||||
input.check_invariants(|_| (), true, None);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue