From 7d9193e3eec9129298db3ac288432105135e18dd Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Tue, 17 May 2022 00:03:39 +0200 Subject: Moved objects into namespace Leonetienne --- StringTools/test/Char__IsLetter.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'StringTools/test/Char__IsLetter.cpp') diff --git a/StringTools/test/Char__IsLetter.cpp b/StringTools/test/Char__IsLetter.cpp index bb1a533..c8f8e39 100644 --- a/StringTools/test/Char__IsLetter.cpp +++ b/StringTools/test/Char__IsLetter.cpp @@ -1,6 +1,9 @@ #include #include "Catch2.h" +using namespace Leonetienne::StringTools; + + // Tests character letter-ness by checking it against a map TEST_CASE(__FILE__"/MapTest", "[Char][IsLetter]") { -- cgit v1.2.3