summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 4555753..1bf7a7c 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -3665,7 +3665,7 @@ main(void)
nerrors += test_compound_1();
nerrors += test_transient (fapl);
nerrors += test_named (fapl);
- h5_cleanup (fapl); /*must happen before first reset*/
+ h5_cleanup(FILENAME, fapl); /*must happen before first reset*/
reset_hdf5();
nerrors += test_conv_str_1();