Skip to content

Commit 73f4d73

Browse files
authored
Merge pull request #417 from dtolnay/afl
Move cargo-afl binary from afl to cargo-afl crate
2 parents 2a71a38 + f22fd8a commit 73f4d73

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)