From e7802b729a5b837df9bcac80b94196d015c2b29f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 3 Nov 2024 16:05:51 -0800 Subject: 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. --- src/testing/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/util.c') 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); } -- cgit v1.2.3-70-g09d2