diff options
Diffstat (limited to 'runtime/tests/maps/si.c')
-rw-r--r-- | runtime/tests/maps/si.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/tests/maps/si.c b/runtime/tests/maps/si.c index 90544ed2..5f95e0dd 100644 --- a/runtime/tests/maps/si.c +++ b/runtime/tests/maps/si.c @@ -1,13 +1,9 @@ #include "runtime.h" /* test of maps with keys of string and value of int64 */ - +#define NEED_INT64_VALS #define KEY1_TYPE STRING #include "map-keys.c" - -#define VALUE_TYPE INT64 -#include "map-values.c" - #include "map.c" int main () |