diff --git a/src/unittest.cpp b/src/unittest.cpp index 52a153d..4cbfe5b 100644 --- a/src/unittest.cpp +++ b/src/unittest.cpp @@ -234,7 +234,7 @@ testCase _testStrMatch(const char *spat, const std::string& pat, const char *sst { testCase ret; ret.setPassMatch(pat, str); - ret<