test/map_tests.h

changeset 134
4d320dc3a7af
parent 112
6384016df2a3
child 177
11ad03783baf
     1.1 --- a/test/map_tests.h	Fri Aug 09 10:24:02 2013 +0200
     1.2 +++ b/test/map_tests.h	Fri Aug 09 11:32:10 2013 +0200
     1.3 @@ -36,15 +36,15 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -UCX_TEST_DECLARE(test_ucx_map_new);
     1.8 -UCX_TEST_DECLARE(test_ucx_key);
     1.9 -UCX_TEST_DECLARE(test_ucx_map_put);
    1.10 -UCX_TEST_DECLARE(test_ucx_map_get);
    1.11 -UCX_TEST_DECLARE(test_ucx_map_remove);
    1.12 -UCX_TEST_DECLARE(test_ucx_map_iterator);
    1.13 -UCX_TEST_DECLARE(test_ucx_map_iterator_chain);
    1.14 -UCX_TEST_DECLARE(test_ucx_map_clone);
    1.15 -UCX_TEST_DECLARE(test_ucx_map_rehash);
    1.16 +UCX_TEST(test_ucx_map_new);
    1.17 +UCX_TEST(test_ucx_key);
    1.18 +UCX_TEST(test_ucx_map_put);
    1.19 +UCX_TEST(test_ucx_map_get);
    1.20 +UCX_TEST(test_ucx_map_remove);
    1.21 +UCX_TEST(test_ucx_map_iterator);
    1.22 +UCX_TEST(test_ucx_map_iterator_chain);
    1.23 +UCX_TEST(test_ucx_map_clone);
    1.24 +UCX_TEST(test_ucx_map_rehash);
    1.25  
    1.26  
    1.27  #ifdef	__cplusplus

mercurial