From 86f5397f76fa6b8141ea828640e94050b9c7b8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 30 Apr 2020 19:14:45 +0200 Subject: [PATCH] Fix Catch2 include path in documentation (#11007) --- docs/tool-maintainers/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include ``` This is the minimum file needed for tests; let's rebuild!