mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r20262] In my previous checkin (20255), I used H5Gcreate instead of H5Gcreate2 in my test. I just corrected it
. Tested on jam.
This commit is contained in:
parent
3134225d82
commit
ebd388882b
@ -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");
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user