diff options
Diffstat (limited to 'runtime/tests/pmaps/ix_log.c')
-rw-r--r-- | runtime/tests/pmaps/ix_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/ix_log.c b/runtime/tests/pmaps/ix_log.c index da644d8d..4f3c5503 100644 --- a/runtime/tests/pmaps/ix_log.c +++ b/runtime/tests/pmaps/ix_log.c @@ -11,7 +11,7 @@ int main () { - MAP map = _stp_pmap_new_ix(4, HIST_LOG, 5); + PMAP map = _stp_pmap_new_ix(4, HIST_LOG, 5); int64_t x; /* put some data in. _processor_number is a global hack that allows */ |