summaryrefslogtreecommitdiffstats
path: root/test/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/enum.c')
-rw-r--r--test/enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enum.c b/test/enum.c
index 8091c07..dce0fa8 100644
--- a/test/enum.c
+++ b/test/enum.c
@@ -371,7 +371,7 @@ main(void)
if (nerrors) goto error;
puts("All enum tests passed.");
- h5_cleanup(fapl);
+ h5_cleanup(FILENAME, fapl);
return 0;
error: