mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
Fix typo deletion
This commit is contained in:
parent
9b17c2e124
commit
c2941faa66
@ -897,10 +897,10 @@ test_filter_path_apis(void)
|
||||
|
||||
TESTING(" remove (verify for insert)");
|
||||
/* Remove one path*/
|
||||
if H5PLremove(4) < 0) TEST_ERROR
|
||||
if(H5PLremove(4) < 0) TEST_ERROR
|
||||
|
||||
/* Verify that the entries were moved */
|
||||
if H5PLget(4, pathname, 256) <= 0) TEST_ERROR
|
||||
if(H5PLget(4, pathname, 256) <= 0) TEST_ERROR
|
||||
if(HDstrcmp(pathname, "a_path_4") != 0) {
|
||||
HDfprintf(stderr," get 4: %s\n", pathname);
|
||||
TEST_ERROR
|
||||
|
Loading…
x
Reference in New Issue
Block a user