diff options
Diffstat (limited to 'test/vds.c')
-rw-r--r-- | test/vds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8279,7 +8279,7 @@ main(void) if(nerrors) goto error; printf("All virtual dataset tests passed.\n"); - h5_cleanup(FILENAME, fapl); +// h5_cleanup(FILENAME, fapl); return 0; |