diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c index ab374f8..0b6099c 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"); /* |