summaryrefslogtreecommitdiffstats
path: root/runtime/tests/maps/is.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/maps/is.c')
-rw-r--r--runtime/tests/maps/is.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/maps/is.c b/runtime/tests/maps/is.c
index 69a0b842..bfb21753 100644
--- a/runtime/tests/maps/is.c
+++ b/runtime/tests/maps/is.c
@@ -55,7 +55,7 @@ int main ()
/* check that unset values are 0 */
_stp_map_key_int64 (map, 5);
- printf ("map[%lld]=%lld\n", key1int(map->key), _stp_map_get_str(map));
+ printf ("map[%lld]=%ld\n", key1int(map->key), (long)_stp_map_get_str(map));
/* map[5] = "five" */
_stp_map_set (map, "five");