diff options
| author | Tyge Løvset <[email protected]> | 2020-03-05 10:58:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-05 10:58:00 +0100 |
| commit | 77b760f7b8e0daa36224d866f7716d0c2a07139a (patch) | |
| tree | a8cd243d713b56e0276bce387931dab3fafad5c9 | |
| parent | 4f563eefcf4a2feab019aa16fe1ca02076352177 (diff) | |
| download | STC-modified-77b760f7b8e0daa36224d866f7716d0c2a07139a.tar.gz STC-modified-77b760f7b8e0daa36224d866f7716d0c2a07139a.zip | |
Update cmap_test.c
| -rw-r--r-- | cmap_test.c | 4 |
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);
|
