diff options
Diffstat (limited to 'test/mtime.c')
-rw-r--r-- | test/mtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtime.c b/test/mtime.c index 6cf50fe..5c5992b 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -105,7 +105,7 @@ main(void) /* All looks good */ PASSED(); puts("All modification time tests passed."); - h5_cleanup(fapl); + h5_cleanup(FILENAME, fapl); return 0; } |