test/list_tests.h

changeset 59
c80c910fe191
parent 36
a9d656e4f7ce
child 90
ef3163857e88
--- a/test/list_tests.h	Wed Oct 10 09:32:06 2012 +0200
+++ b/test/list_tests.h	Wed Oct 10 09:34:13 2012 +0200
@@ -22,16 +22,16 @@
  *   ucx_list_free
  */
 
-UCX_TEST_DECLARE(test_ucx_list_append)
-UCX_TEST_DECLARE(test_ucx_list_prepend)
-UCX_TEST_DECLARE(test_ucx_list_equals)
-UCX_TEST_DECLARE(test_ucx_list_concat)
-UCX_TEST_DECLARE(test_ucx_list_size)
-UCX_TEST_DECLARE(test_ucx_list_last)
-UCX_TEST_DECLARE(test_ucx_list_get)
-UCX_TEST_DECLARE(test_ucx_list_remove)
-UCX_TEST_DECLARE(test_ucx_list_clone)
-UCX_TEST_DECLARE(test_ucx_list_sort)
+UCX_TEST_DECLARE(test_ucx_list_append);
+UCX_TEST_DECLARE(test_ucx_list_prepend);
+UCX_TEST_DECLARE(test_ucx_list_equals);
+UCX_TEST_DECLARE(test_ucx_list_concat);
+UCX_TEST_DECLARE(test_ucx_list_size);
+UCX_TEST_DECLARE(test_ucx_list_last);
+UCX_TEST_DECLARE(test_ucx_list_get);
+UCX_TEST_DECLARE(test_ucx_list_remove);
+UCX_TEST_DECLARE(test_ucx_list_clone);
+UCX_TEST_DECLARE(test_ucx_list_sort);
 
 #ifdef	__cplusplus
 }

mercurial