Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/quickstart-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ FuzzTest CMake already handles its dependencies on its own:
With the CMake workspace set up, you can start using FuzzTest. Let's create a
trivial example to make sure everything runs correctly.

Create a file named `first_fuzz_test.cc` in the directory `first_fuzz` with the
following contents:
Create a file named `first_fuzz_test.cc` in the directory `first_fuzz_project`
with the following contents:

```c++
#include "fuzztest/fuzztest.h"
Expand Down
Loading