summaryrefslogtreecommitdiffhomepage
path: root/cmap_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmap_test.c')
-rw-r--r--cmap_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmap_test.c b/cmap_test.c
index 4c37c45e..06ea7ed1 100644
--- a/cmap_test.c
+++ b/cmap_test.c
@@ -27,7 +27,7 @@
#include "cstring.h"
-declare_CVector(s, CString, cstring_destroy);
+declare_CStringVector(s);
declare_CMap_StringKey(ss, CString, cstring_destroy);
declare_CMap_StringKey(si, int);
declare_CMap(id, uint64_t, double);