summaryrefslogtreecommitdiffstats
path: root/test/extend.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/extend.c')
-rw-r--r--test/extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extend.c b/test/extend.c
index 25f7ee7..ae9fee0 100644
--- a/test/extend.c
+++ b/test/extend.c
@@ -133,7 +133,7 @@ main (void)
if (H5Fclose (file)<0) goto error;
PASSED();
printf("All extend tests passed.\n");
- h5_cleanup(fapl);
+ h5_cleanup(FILENAME, fapl);
return 0;
error: