test/main.c

changeset 53
e533c170bfb8
parent 51
1c78cd19fb6b
child 54
f634f790661a
     1.1 --- a/test/main.c	Fri Oct 05 16:59:14 2012 +0200
     1.2 +++ b/test/main.c	Mon Oct 08 12:29:27 2012 +0200
     1.3 @@ -145,6 +145,7 @@
     1.4          ucx_test_register(suite, test_ucx_key);
     1.5          ucx_test_register(suite, test_ucx_map_put);
     1.6          ucx_test_register(suite, test_ucx_map_get);
     1.7 +        ucx_test_register(suite, test_ucx_map_remove);
     1.8          ucx_test_register(suite, test_ucx_map_iterator);
     1.9          ucx_test_register(suite, test_ucx_map_iterator_chain);
    1.10          ucx_test_register(suite, test_ucx_map_store_load);

mercurial