From 033e078320e0860092bd7de3a5981b222f0c47aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 14 Nov 2017 21:42:28 +0100 Subject: [PATCH] Fix typo in build system docs --- docs/build-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-systems.md b/docs/build-systems.md index 45a7c206..5f65480d 100644 --- a/docs/build-systems.md +++ b/docs/build-systems.md @@ -144,7 +144,7 @@ TEST_CASE("Test3", "[a][b][c]") { REQUIRE(a == b); } ``` -would be registered as 3 tests, `Test1`, `Test2` and `Test3`, and ctest 4 labels would be created, `a`, `b`, `c` and `unit`. +would be registered as 3 tests, `Test1`, `Test2` and `Test3`, and 4 ctest labels would be created, `a`, `b`, `c` and `unit`. ### CodeCoverage module (GCOV, LCOV...)