test/mpool_tests.h

changeset 59
c80c910fe191
parent 28
1666cbeb1db8
child 103
08018864fb91
--- a/test/mpool_tests.h	Wed Oct 10 09:32:06 2012 +0200
+++ b/test/mpool_tests.h	Wed Oct 10 09:34:13 2012 +0200
@@ -12,13 +12,13 @@
 extern "C" {
 #endif
 
-UCX_TEST_DECLARE(test_ucx_mempool_new)
-UCX_TEST_DECLARE(test_ucx_mempool_malloc)
-UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap)
-UCX_TEST_DECLARE(test_ucx_mempool_calloc)
-UCX_TEST_DECLARE(test_ucx_mempool_set_destr)
-UCX_TEST_DECLARE(test_ucx_mempool_reg_destr)
-UCX_TEST_DECLARE(test_ucx_mempool_realloc)
+UCX_TEST_DECLARE(test_ucx_mempool_new);
+UCX_TEST_DECLARE(test_ucx_mempool_malloc);
+UCX_TEST_DECLARE(test_ucx_mempool_malloc_with_chcap);
+UCX_TEST_DECLARE(test_ucx_mempool_calloc);
+UCX_TEST_DECLARE(test_ucx_mempool_set_destr);
+UCX_TEST_DECLARE(test_ucx_mempool_reg_destr);
+UCX_TEST_DECLARE(test_ucx_mempool_realloc);
 
 #ifdef	__cplusplus
 }

mercurial