summaryrefslogtreecommitdiffstats
path: root/StringTools/test/Char__IsVowel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StringTools/test/Char__IsVowel.cpp')
-rw-r--r--StringTools/test/Char__IsVowel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/StringTools/test/Char__IsVowel.cpp b/StringTools/test/Char__IsVowel.cpp
index 4168de2..30ad5e7 100644
--- a/StringTools/test/Char__IsVowel.cpp
+++ b/StringTools/test/Char__IsVowel.cpp
@@ -1,6 +1,9 @@
#include <StringTools/CharTools.h>
#include "Catch2.h"
+using namespace Leonetienne::StringTools;
+
+
// Tests character vowel-ness by checking it against a map
TEST_CASE(__FILE__"/MapTest", "[Char][IsVowel]")
{