From c25c6766e571bf70a3fe82f26c80ea7a28a92a32 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 28 Mar 2023 10:56:36 -0700 Subject: [PATCH] typo --- src/unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<