summaryrefslogtreecommitdiffstats
path: root/runtime/tests/pmaps/ix2.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/pmaps/ix2.c')
-rw-r--r--runtime/tests/pmaps/ix2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/ix2.c b/runtime/tests/pmaps/ix2.c
index 6016bf53..638e5226 100644
--- a/runtime/tests/pmaps/ix2.c
+++ b/runtime/tests/pmaps/ix2.c
@@ -10,7 +10,7 @@
int main ()
{
- MAP map = _stp_pmap_new_ix(4, HIST_LINEAR, 0, 100, 10);
+ PMAP map = _stp_pmap_new_ix(4, HIST_LINEAR, 0, 100, 10);
int i;
/* put some data in. _processor_number is a global hack that allows */