summaryrefslogtreecommitdiffstats
path: root/test/mtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mtime.c')
-rw-r--r--test/mtime.c2
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;
}