diff options
Diffstat (limited to 'test/lheap.c')
-rw-r--r-- | test/lheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lheap.c b/test/lheap.c index 85f5338..a92b066 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -119,7 +119,7 @@ main(void) puts("All local heap tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |