Commit dff606e6 authored by Mike Frysinger's avatar Mike Frysinger Committed by Commit Bot

fix typo in libFuzzer documentation

Change-Id: I2076b1659198a70dd2e0ceec7cad34d61727f446
Reviewed-on: https://chromium-review.googlesource.com/963789Reviewed-by: default avatarAbhishek Arya <inferno@chromium.org>
Commit-Queue: Abhishek Arya <inferno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543277}
parent d46ddaea
...@@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { ...@@ -54,7 +54,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
} }
``` ```
*Note*: You should create the fuzzer file `<my_fuzzer>.cc next to the code that is being *Note*: You should create the fuzzer file `<my_fuzzer>.cc` next to the code that is being
tested and in the same directory as your other unit tests. Please do not use tested and in the same directory as your other unit tests. Please do not use
`testing/libfuzzer/fuzzers` directory, this was a directory used for initial sample fuzzers and `testing/libfuzzer/fuzzers` directory, this was a directory used for initial sample fuzzers and
is no longer recommended for any new fuzzers. is no longer recommended for any new fuzzers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment