test/mpool_tests.h

changeset 59
c80c910fe191
parent 28
1666cbeb1db8
child 103
08018864fb91
     1.1 --- a/test/mpool_tests.h	Wed Oct 10 09:32:06 2012 +0200
     1.2 +++ b/test/mpool_tests.h	Wed Oct 10 09:34:13 2012 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -UCX_TEST_DECLARE(test_ucx_mempool_new)
     1.8 -UCX_TEST_DECLARE(test_ucx_mempool_malloc)
     1.9 -UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap)
    1.10 -UCX_TEST_DECLARE(test_ucx_mempool_calloc)
    1.11 -UCX_TEST_DECLARE(test_ucx_mempool_set_destr)
    1.12 -UCX_TEST_DECLARE(test_ucx_mempool_reg_destr)
    1.13 -UCX_TEST_DECLARE(test_ucx_mempool_realloc)
    1.14 +UCX_TEST_DECLARE(test_ucx_mempool_new);
    1.15 +UCX_TEST_DECLARE(test_ucx_mempool_malloc);
    1.16 +UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
    1.17 +UCX_TEST_DECLARE(test_ucx_mempool_calloc);
    1.18 +UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
    1.19 +UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
    1.20 +UCX_TEST_DECLARE(test_ucx_mempool_realloc);
    1.21  
    1.22  #ifdef	__cplusplus
    1.23  }

mercurial