Skip to content

Commit f22fd8a

Browse files
committed
Move cargo-afl binary from afl to cargo-afl crate
1 parent 2a71a38 commit f22fd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/fuzz_targets/parse_token_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// afl++:
77
//
8-
// cargo install afl
8+
// cargo install cargo-afl
99
// cargo afl build --no-default-features --features afl --release
1010
// cargo afl fuzz -i in -o out target/release/parse_token_stream
1111
//

0 commit comments

Comments
 (0)