diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 14:52:47 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 14:52:47 (GMT) |
commit | 9de3088234c11fe5f58d0a89fa8ecd5f6aeeefe6 (patch) | |
tree | f74bad232e355c0040d7a37ca572d3c7d9f12912 /test | |
parent | bf3f68890c316bf561c583bc56a6a06e134410e8 (diff) | |
download | hdf5-9de3088234c11fe5f58d0a89fa8ecd5f6aeeefe6.zip hdf5-9de3088234c11fe5f58d0a89fa8ecd5f6aeeefe6.tar.gz hdf5-9de3088234c11fe5f58d0a89fa8ecd5f6aeeefe6.tar.bz2 |
[svn-r16431] Uncomment a h5cleanup() call previously accidently left commented
Tested: linux
Diffstat (limited to 'test')
-rw-r--r-- | test/set_extent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set_extent.c b/test/set_extent.c index 0477b8d..87ff91c 100644 --- a/test/set_extent.c +++ b/test/set_extent.c @@ -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); |