diff -r 733f22fca61a -r c80c910fe191 test/list_tests.h --- 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 }