summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/earray.c b/test/earray.c
index cc79987..eed4bd2 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -491,7 +491,7 @@ create_array(H5F_t *f, const H5EA_create_t *cparam, H5EA_t **ea, haddr_t *ea_add
TEST_ERROR;
if (H5EA_get_addr(*ea, ea_addr) < 0)
FAIL_STACK_ERROR;
- if (!H5F_addr_defined(*ea_addr))
+ if (!H5_addr_defined(*ea_addr))
TEST_ERROR;
HDmemset(&state, 0, sizeof(state));
state.hdr_size = EA_HDR_SIZE;