summaryrefslogtreecommitdiffstats
path: root/test/theap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/theap.c')
-rw-r--r--test/theap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/theap.c b/test/theap.c
index d46726f..5a5bb72 100644
--- a/test/theap.c
+++ b/test/theap.c
@@ -60,7 +60,7 @@ test_heap (void)
CHECK (f, NULL, "H5Aatom_object");
/* Create a new heap */
- status = H5H_new (f, H5H_LOCAL, 0, &heap_addr/*out*/);
+ status = H5H_create (f, H5H_LOCAL, 0, &heap_addr/*out*/);
CHECK_I (status, "H5H_new");
/* Add stuff to the heap */