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/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 06d31a1..dace8e7 100644 --- a/test/main.c +++ b/test/main.c @@ -3,8 +3,7 @@ #include #include #include -#include -#include +#include void test_list1(); void test_list2(); @@ -32,7 +31,7 @@ int main(int argc, char** argv) test_list5(); test_list6(); - test_map(); + test_map(); return 0; } -- cgit v1.2.3