diff options
| author | Leonetienne <leon@etiennes.de> | 2022-05-17 00:03:39 +0200 |
|---|---|---|
| committer | Leonetienne <leon@etiennes.de> | 2022-05-17 00:03:39 +0200 |
| commit | 7d9193e3eec9129298db3ac288432105135e18dd (patch) | |
| tree | 8c3bad33953b73419ade3c4912a9bf4d2de2d70f /StringTools/test/Char__IsDigit.cpp | |
| parent | 954629f6bc3b7753c5be0c08e0cdb5caf1056d23 (diff) | |
Moved objects into namespace Leonetienne
Diffstat (limited to 'StringTools/test/Char__IsDigit.cpp')
| -rw-r--r-- | StringTools/test/Char__IsDigit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StringTools/test/Char__IsDigit.cpp b/StringTools/test/Char__IsDigit.cpp index baac1ed..643130d 100644 --- a/StringTools/test/Char__IsDigit.cpp +++ b/StringTools/test/Char__IsDigit.cpp @@ -1,6 +1,9 @@ #include <StringTools/CharTools.h> #include "Catch2.h" +using namespace Leonetienne::StringTools; + + // Tests character digit-ness by checking it against a map TEST_CASE(__FILE__"/MapTest", "[Char][IsUpper]") { |
