summaryrefslogtreecommitdiffstats
path: root/test/gheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gheap.c')
-rw-r--r--test/gheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gheap.c b/test/gheap.c
index 4369b1b..58b7fe2 100644
--- a/test/gheap.c
+++ b/test/gheap.c
@@ -109,7 +109,7 @@ test_1(hid_t fapl)
HDputs(" Unable to insert object into global heap");
nerrors++;
}
- else if (u && H5F_addr_gt(obj[u - 1].addr, obj[u].addr)) {
+ else if (u && H5_addr_gt(obj[u - 1].addr, obj[u].addr)) {
H5_FAILED();
HDputs(" Collection addresses are not monotonically increasing");
nerrors++;