From 77b760f7b8e0daa36224d866f7716d0c2a07139a Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:58:00 +0100 Subject: Update cmap_test.c --- cmap_test.c | 4 ++-- 1 file 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); -- cgit v1.2.3