diff options
author | hunt <hunt> | 2005-10-26 08:08:53 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-10-26 08:08:53 +0000 |
commit | d06fc47a2be5a31f770595211a719fe0e6c0cc13 (patch) | |
tree | 980f15972175169238b8f4942b261d9e72943a60 /runtime/tests/maps/iiss.c | |
parent | 1dcb36dc4ad16c1b842d0961cd6a5d8e57c97b87 (diff) | |
download | systemtap-steved-d06fc47a2be5a31f770595211a719fe0e6c0cc13.tar.gz systemtap-steved-d06fc47a2be5a31f770595211a719fe0e6c0cc13.tar.xz systemtap-steved-d06fc47a2be5a31f770595211a719fe0e6c0cc13.zip |
2005-10-26 Martin Hunt <hunt@redhat.com>
* maps/map.test: Update with results for new tests.
* maps/*2.c: Tests for the new API.
* maps/ist.c: Renamed isx.c.
* maps/setadd.c: New test of adding and setting.
Diffstat (limited to 'runtime/tests/maps/iiss.c')
-rw-r--r-- | runtime/tests/maps/iiss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/tests/maps/iiss.c b/runtime/tests/maps/iiss.c index 3321a329..218a0806 100644 --- a/runtime/tests/maps/iiss.c +++ b/runtime/tests/maps/iiss.c @@ -12,6 +12,7 @@ int main () { MAP map = _stp_map_new_int64_int64_str(4, STRING); + map->wrap = 1; _stp_map_key_int64_int64_str (map, 1,2,"Ohio"); _stp_map_set_str (map, "Columbus" ); |