test/map_tests.c

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

mercurial