test/map_tests.c

changeset 76
655020a30e77
parent 71
303dabadff1c
child 80
0125e4089f88
     1.1 --- a/test/map_tests.c	Sun Nov 04 20:50:12 2012 +0100
     1.2 +++ b/test/map_tests.c	Fri Nov 30 13:10:58 2012 +0100
     1.3 @@ -266,7 +266,7 @@
     1.4  
     1.5      UCX_TEST_BEGIN
     1.6      FILE *f = tmpfile();
     1.7 -    UCX_TEST_ASSERT(f, "test file cannot be opened, test aborted")
     1.8 +    UCX_TEST_ASSERT(f, "test file cannot be opened, test aborted");
     1.9      int r;
    1.10      r = ucx_map_store_enc(map, f, NULL, NULL);
    1.11      ucx_map_free(map);

mercurial