summaryrefslogtreecommitdiffstats
path: root/runtime/tests/maps/ii.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/maps/ii.c')
-rw-r--r--runtime/tests/maps/ii.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/tests/maps/ii.c b/runtime/tests/maps/ii.c
index afee14d4..e44530cf 100644
--- a/runtime/tests/maps/ii.c
+++ b/runtime/tests/maps/ii.c
@@ -1,13 +1,10 @@
#include "runtime.h"
/* test of maps with keys of int64 and value of int64 */
-
+#define NEED_INT64_VALS
#define KEY1_TYPE INT64
#include "map-keys.c"
-#define VALUE_TYPE INT64
-#include "map-values.c"
-
#include "map.c"
int main ()