diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-03 16:05:51 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-03 16:05:51 -0800 |
| commit | e7802b729a5b837df9bcac80b94196d015c2b29f (patch) | |
| tree | 4b15b93864e427413be947075ce7da46f592ddd1 /src/testing/util.c | |
| parent | ae6cd215afdb312b22827cd1abbbbe6a6164703f (diff) | |
| download | nng-e7802b729a5b837df9bcac80b94196d015c2b29f.tar.gz nng-e7802b729a5b837df9bcac80b94196d015c2b29f.tar.bz2 nng-e7802b729a5b837df9bcac80b94196d015c2b29f.zip | |
Update acutest.h.
This includes creating acutest_message_color_, as we need that
for our colorized logging. We also used // clang-format off
for the file, to preserve the original formatting.
Diffstat (limited to 'src/testing/util.c')
| -rw-r--r-- | src/testing/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/util.c b/src/testing/util.c index f93b6d55..523fd1cd 100644 --- a/src/testing/util.c +++ b/src/testing/util.c @@ -204,5 +204,5 @@ nuts_logger(nng_log_level level, nng_log_facility fac, const char *msgid, color = NUTS_COLOR_DEFAULT_; break; } - test_message_color_(color, "%s: %s: %s", lstr, msgid, msg); + acutest_message_color_(color, "%s: %s: %s", lstr, msgid, msg); } |
