diff options
Diffstat (limited to 'test/dsets.c')
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index 2a84173..412d209 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -854,7 +854,7 @@ main(void) if (H5Fclose(file)<0) goto error; if (nerrors) goto error; printf("All dataset tests passed.\n"); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; error: |