diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-06-07 11:50:24 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-06-07 11:50:24 +0200 |
commit | c308b83c69e0a2886595184b777f6cdaa39aa843 (patch) | |
tree | 33c1870fc31cb55dc68eb7b199dc3cddc85eb6ab /test/TLogHelper.cpp | |
parent | 2fb1a0939fd6174a1e6564d0a87baa3739a64817 (diff) |
Beautifying
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r-- | test/TLogHelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index 84dc0aa..d96108f 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -28,6 +28,8 @@ #define fmt_I64X_a "%llX"
#endif
+#define fmt_X_of_Y_a "(" fmt_I64u_a " of " fmt_I64u_a ")"
+
#ifdef __CASCLIB_SELF__
#define TEST_MIN CASCLIB_MIN
#define TEST_PRINT_PREFIX false
|