diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tool-maintainers/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tool-maintainers/testing.md b/docs/tool-maintainers/testing.md index 0284a2650..a9e866d9e 100644 --- a/docs/tool-maintainers/testing.md +++ b/docs/tool-maintainers/testing.md @@ -77,7 +77,7 @@ First, we should create a file, `example.cpp`, in `toolsrc/src/vcpkg-test`: ```cpp // vcpkg-test/example.cpp -#include <vcpkg-test/catch.h> +#include <catch2/catch.hpp> ``` This is the minimum file needed for tests; let's rebuild! |
