summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-05 10:58:00 +0100
committerGitHub <[email protected]>2020-03-05 10:58:00 +0100
commit77b760f7b8e0daa36224d866f7716d0c2a07139a (patch)
treea8cd243d713b56e0276bce387931dab3fafad5c9
parent4f563eefcf4a2feab019aa16fe1ca02076352177 (diff)
downloadSTC-modified-77b760f7b8e0daa36224d866f7716d0c2a07139a.tar.gz
STC-modified-77b760f7b8e0daa36224d866f7716d0c2a07139a.zip
Update cmap_test.c
-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);