diff --git a/test.cpp b/test.cpp
index 498dd250c70256969b030217ce7825d4163674f5..28d63449141a8e0b52423c6720f27cb4c2f6800a 100644
--- a/test.cpp
+++ b/test.cpp
@@ -6,6 +6,7 @@
 #include "log.h"
 #include "normalize.h"
 #include "basicmath.h"
+#include "strops.h"
 
 void printDataVect(const std::vector<eis::DataPoint> in)
 {
@@ -222,6 +223,8 @@ inline void filterData(std::vector<eis::DataPoint>& data, size_t outputSize)
 
 int main(int argc, char** argv)
 {
+	std::string tst("(c)");
+	eisRemoveUnneededBrackets(tst);
 	eis::Log::headers = true;
 	eis::Log::level = eis::Log::INFO;
 	runSingle();