Minor: typo

Minor typo: missing parenthesis
This commit is contained in:
Andrzej Bednarski
2021-11-29 17:34:54 +01:00
committed by GitHub
parent ef98a363e3
commit 255342e651

View File

@@ -18,7 +18,7 @@ Tests are added in a function in the C file as follows:
.. code-block:: c
TEST_CASE("test name", "[module name]"
TEST_CASE("test name", "[module name]")
{
// Add test here
}