Fix Catch2 include path in documentation (#11007)

This commit is contained in:
Martin Hořeňovský 2020-04-30 19:14:45 +02:00 committed by GitHub
parent b8c5ede662
commit 86f5397f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!