summaryrefslogtreecommitdiffstats
path: root/runtime/tests/pmaps/ii2.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/pmaps/ii2.c')
-rw-r--r--runtime/tests/pmaps/ii2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tests/pmaps/ii2.c b/runtime/tests/pmaps/ii2.c
index ecded8c1..0a28ad87 100644
--- a/runtime/tests/pmaps/ii2.c
+++ b/runtime/tests/pmaps/ii2.c
@@ -17,7 +17,7 @@
int main ()
{
MAP map = _stp_map_new_ii(4);
- MAP pmap = _stp_pmap_new_ii(4);
+ PMAP pmap = _stp_pmap_new_ii(4);
int64_t x;
/* put some data in. _processor_number is a global hack that allows */