diff options
author | hunt <hunt> | 2005-06-18 07:12:41 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-06-18 07:12:41 +0000 |
commit | ef0e92b0335077884edd5ac9997a203bec1839b0 (patch) | |
tree | 8247b545c18d83a3b580744b8689a3227a1a364d /runtime/tests/maps/iiss.c | |
parent | 96124157d812d71cbdfd018e984dc42bed17d072 (diff) | |
download | systemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.tar.gz systemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.tar.xz systemtap-steved-ef0e92b0335077884edd5ac9997a203bec1839b0.zip |
Added aggregation tests. Fixed other for latest runtime changes.
Diffstat (limited to 'runtime/tests/maps/iiss.c')
-rw-r--r-- | runtime/tests/maps/iiss.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/tests/maps/iiss.c b/runtime/tests/maps/iiss.c index dc034c94..3321a329 100644 --- a/runtime/tests/maps/iiss.c +++ b/runtime/tests/maps/iiss.c @@ -1,15 +1,12 @@ #include "runtime.h" /* test of maps with keys of int64,int64,string and value of string */ - +#define NEED_STRING_VALS #define KEY1_TYPE INT64 #define KEY2_TYPE INT64 #define KEY3_TYPE STRING #include "map-keys.c" -#define VALUE_TYPE STRING -#include "map-values.c" - #include "map.c" int main () |