diff --git a/test/tfile.c b/test/tfile.c index ab374f87f3..0b6099c212 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -3189,7 +3189,7 @@ test_libver_macros2(void) /* * Create a group in the file. */ - grp = H5Gcreate(file, "Group", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT); + grp = H5Gcreate2(file, "Group", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT); CHECK(file, FAIL, "H5Gcreate"); /*