From 1d51c28d90a8c212dd9cf59191194855258e474b Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 16:00:31 +0200 Subject: Update some reference on tests --- test/test_list.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/test_list.c') diff --git a/test/test_list.c b/test/test_list.c index 4df9203..35321d1 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -20,8 +20,7 @@ #include #include #include -#include -#include +#include #define assert(c) if (c == 0) { printf("%d", __LINE__); exit(1);} #define log(str) printf("%s: %s\n", __func__, str); @@ -173,7 +172,7 @@ test_list6() log("Running..."); char buff[127]; - sprintf(buff, "Version: %s", utils_version()); + sprintf(buff, "Version: %s", cutils_version()); log(buff); log("OK\n"); -- cgit v1.2.3