mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 06:02:54 +00:00
PR: old code not fmt'd
This commit is contained in:
parent
fc10883c47
commit
2649716e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#![no_main]
|
#![no_main]
|
||||||
use libfuzzer_sys::fuzz_target;
|
|
||||||
use bumpalo::Bump;
|
use bumpalo::Bump;
|
||||||
|
use libfuzzer_sys::fuzz_target;
|
||||||
use test_syntax::test_helpers::Input;
|
use test_syntax::test_helpers::Input;
|
||||||
|
|
||||||
fuzz_target!(|data: &[u8]| {
|
fuzz_target!(|data: &[u8]| {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue