diff options
Diffstat (limited to 'StringTools/test/Char__IsLower.cpp')
| -rw-r--r-- | StringTools/test/Char__IsLower.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StringTools/test/Char__IsLower.cpp b/StringTools/test/Char__IsLower.cpp index 81660f7..51a1ee0 100644 --- a/StringTools/test/Char__IsLower.cpp +++ b/StringTools/test/Char__IsLower.cpp @@ -1,6 +1,9 @@ #include <StringTools/CharTools.h> #include "Catch2.h" +using namespace Leonetienne::StringTools; + + // Tests character sign by checking it against a map TEST_CASE(__FILE__"/MapTest", "[Char][IsLower]") { |
