finished statement cache class

This commit is contained in:
2025-08-05 19:30:40 +02:00
parent 31964e55c1
commit 35fad9f47c
13 changed files with 410 additions and 74 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ TEST_CASE("Test log file sink", "[logger][log][file_sink]") {
strerror_s(buf, 1024, errno);
FAIL(buf);
#else
UNIT_FAIL(strerror(errno));
FAIL(strerror(errno));
#endif
}
@@ -89,7 +89,7 @@ TEST_CASE("Test log file sink", "[logger][log][file_sink]") {
strerror_s(buf, 1024, errno);
FAIL(buf);
#else
UNIT_FAIL(strerror(errno));
FAIL(strerror(errno));
#endif
}