diff -r 733f22fca61a -r c80c910fe191 test/map_tests.h --- a/test/map_tests.h Wed Oct 10 09:32:06 2012 +0200 +++ b/test/map_tests.h Wed Oct 10 09:34:13 2012 +0200 @@ -12,17 +12,17 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_map_new) -UCX_TEST_DECLARE(test_ucx_key) -UCX_TEST_DECLARE(test_ucx_map_put) -UCX_TEST_DECLARE(test_ucx_map_get) -UCX_TEST_DECLARE(test_ucx_map_remove) -UCX_TEST_DECLARE(test_ucx_map_iterator) -UCX_TEST_DECLARE(test_ucx_map_iterator_chain) -UCX_TEST_DECLARE(test_ucx_map_store_load) -UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool) -UCX_TEST_DECLARE(test_ucx_map_clone) -UCX_TEST_DECLARE(test_ucx_map_rehash) +UCX_TEST_DECLARE(test_ucx_map_new); +UCX_TEST_DECLARE(test_ucx_key); +UCX_TEST_DECLARE(test_ucx_map_put); +UCX_TEST_DECLARE(test_ucx_map_get); +UCX_TEST_DECLARE(test_ucx_map_remove); +UCX_TEST_DECLARE(test_ucx_map_iterator); +UCX_TEST_DECLARE(test_ucx_map_iterator_chain); +UCX_TEST_DECLARE(test_ucx_map_store_load); +UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool); +UCX_TEST_DECLARE(test_ucx_map_clone); +UCX_TEST_DECLARE(test_ucx_map_rehash); #ifdef __cplusplus