summaryrefslogtreecommitdiffstats
path: root/test/del_many_dense_attrs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/del_many_dense_attrs.c')
-rw-r--r--test/del_many_dense_attrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/del_many_dense_attrs.c b/test/del_many_dense_attrs.c
index bbae48d..d88045c 100644
--- a/test/del_many_dense_attrs.c
+++ b/test/del_many_dense_attrs.c
@@ -163,7 +163,7 @@ main(void)
TEST_ERROR
/* Open the group */
- if((gid = H5Gopen(fid, "group", H5P_DEFAULT)) < 0)
+ if((gid = H5Gopen2(fid, "group", H5P_DEFAULT)) < 0)
TEST_ERROR
/* Delete the attributes */