mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r16431] Uncomment a h5cleanup() call previously accidently left commented
Tested: linux
This commit is contained in:
parent
bf3f68890c
commit
9de3088234
@ -122,7 +122,7 @@ int main( void )
|
||||
/* Close 2nd FAPL */
|
||||
if(H5Pclose(fapl2) < 0) TEST_ERROR
|
||||
|
||||
/*h5_cleanup(FILENAME, fapl);*/
|
||||
h5_cleanup(FILENAME, fapl);
|
||||
|
||||
HDremove(EXT_FILE_NAME1);
|
||||
HDremove(EXT_FILE_NAME2);
|
||||
|
Loading…
Reference in New Issue
Block a user