summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmap_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmap_test.c b/cmap_test.c
index 18d8bdaa..4c37c45e 100644
--- a/cmap_test.c
+++ b/cmap_test.c
@@ -28,8 +28,8 @@
declare_CVector(s, CString, cstring_destroy);
-declare_CMap_STR(ss, CString, cstring_destroy);
-declare_CMap_STR(si, int);
+declare_CMap_StringKey(ss, CString, cstring_destroy);
+declare_CMap_StringKey(si, int);
declare_CMap(id, uint64_t, double);