From ef0e92b0335077884edd5ac9997a203bec1839b0 Mon Sep 17 00:00:00 2001 From: hunt Date: Sat, 18 Jun 2005 07:12:41 +0000 Subject: Added aggregation tests. Fixed other for latest runtime changes. --- runtime/tests/maps/is.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'runtime/tests/maps/is.c') diff --git a/runtime/tests/maps/is.c b/runtime/tests/maps/is.c index 6b2cbb0e..8bdc6591 100644 --- a/runtime/tests/maps/is.c +++ b/runtime/tests/maps/is.c @@ -1,13 +1,10 @@ #include "runtime.h" /* test of maps with keys of int64 and value of string */ - +#define NEED_STRING_VALS #define KEY1_TYPE INT64 #include "map-keys.c" -#define VALUE_TYPE STRING -#include "map-values.c" - #include "map.c" int main () -- cgit