summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c
index ce4dcad..3a1d659 100644
--- a/test/links.c
+++ b/test/links.c
@@ -249,6 +249,6 @@ main(void)
exit(1);
}
printf("All link tests passed.\n");
- h5_cleanup(fapl);
+ h5_cleanup(FILENAME, fapl);
return 0;
}