diff options
Diffstat (limited to 'runtime/tests/pmaps/is.c')
-rw-r--r-- | runtime/tests/pmaps/is.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/is.c b/runtime/tests/pmaps/is.c index 64c12460..a97d8b0b 100644 --- a/runtime/tests/pmaps/is.c +++ b/runtime/tests/pmaps/is.c @@ -13,7 +13,7 @@ int main () { - MAP map = _stp_pmap_new_is(4); + PMAP map = _stp_pmap_new_is(4); char *x; char buf[32]; |