all: improve tests

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-16 15:20:56 +02:00
parent 35c6a200ad
commit 1d2b276425
11 changed files with 249 additions and 216 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void throwAssertFailed(const char *expr, const char *file, int line, const char
}
}
const char *prettyName(const char *n) noexcept {
const char *prettyExceptionName(const char *n) noexcept {
if (n == nullptr)
return "(null)";
while (*n) {