summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.c')
-rw-r--r--test/cache_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_common.c b/test/cache_common.c
index 0433f1c..7cbe561 100644
--- a/test/cache_common.c
+++ b/test/cache_common.c
@@ -3600,7 +3600,7 @@ insert_entry(H5F_t * file_ptr,
{
H5C_t * cache_ptr;
herr_t result;
- hid_t xfer = H5AC_ind_dxpl_id;
+ hid_t xfer = H5AC_dxpl_id;
hbool_t insert_pinned;
test_entry_t * base_addr;
test_entry_t * entry_ptr;
@@ -3887,7 +3887,7 @@ protect_entry(H5F_t * file_ptr,
test_entry_t * base_addr;
test_entry_t * entry_ptr;
haddr_t baddrs;
- hid_t xfer = H5AC_ind_dxpl_id;
+ hid_t xfer = H5AC_dxpl_id;
H5C_cache_entry_t * cache_entry_ptr;
if ( pass ) {