diff options
Diffstat (limited to 'test/gheap.c')
-rw-r--r-- | test/gheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gheap.c b/test/gheap.c index 1cae524..85e09be 100644 --- a/test/gheap.c +++ b/test/gheap.c @@ -404,7 +404,7 @@ main (void) if (nerrors) goto error; puts("All global heap tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |