diff options
Diffstat (limited to 'test/lheap.c')
-rw-r--r-- | test/lheap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lheap.c b/test/lheap.c index 9ed2b60..04ca275 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -129,8 +129,9 @@ main(void) if (H5Fclose(file)<0) goto error; PASSED(); - puts("All local heap tests passed."); h5_cleanup(FILENAME, fapl); + + puts("All local heap tests passed."); return 0; error: |