From 042803219fdd22aed9a134d46788ed01d29e1d7c Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 18 May 2005 00:17:55 +0000 Subject: Add two new tests. Fix some warnings on i386. --- runtime/tests/maps/is.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tests/maps/is.c') 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"); -- cgit