test/map_tests.h

changeset 59
c80c910fe191
parent 53
e533c170bfb8
child 103
08018864fb91
     1.1 --- a/test/map_tests.h	Wed Oct 10 09:32:06 2012 +0200
     1.2 +++ b/test/map_tests.h	Wed Oct 10 09:34:13 2012 +0200
     1.3 @@ -12,17 +12,17 @@
     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_store_load)
    1.15 -UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool)
    1.16 -UCX_TEST_DECLARE(test_ucx_map_clone)
    1.17 -UCX_TEST_DECLARE(test_ucx_map_rehash)
    1.18 +UCX_TEST_DECLARE(test_ucx_map_new);
    1.19 +UCX_TEST_DECLARE(test_ucx_key);
    1.20 +UCX_TEST_DECLARE(test_ucx_map_put);
    1.21 +UCX_TEST_DECLARE(test_ucx_map_get);
    1.22 +UCX_TEST_DECLARE(test_ucx_map_remove);
    1.23 +UCX_TEST_DECLARE(test_ucx_map_iterator);
    1.24 +UCX_TEST_DECLARE(test_ucx_map_iterator_chain);
    1.25 +UCX_TEST_DECLARE(test_ucx_map_store_load);
    1.26 +UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool);
    1.27 +UCX_TEST_DECLARE(test_ucx_map_clone);
    1.28 +UCX_TEST_DECLARE(test_ucx_map_rehash);
    1.29  
    1.30  
    1.31  #ifdef	__cplusplus

mercurial