[svn-r16431] Uncomment a h5cleanup() call previously accidently left commented

Tested: linux
This commit is contained in:
Pedro Vicente Nunes 2009-02-05 09:52:47 -05:00
parent bf3f68890c
commit 9de3088234

View File

@ -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);