summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.F90
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-05-02 21:06:16 (GMT)
committerGitHub <noreply@github.com>2023-05-02 21:06:16 (GMT)
commit271b0fbb8c7525c9e33fddc53a1d594352a4b569 (patch)
treebae9fafe6061f3dba6a2ca8dc640e65b69b91ac7 /fortran/test/fortranlib_test.F90
parent6eb021b68a8b46bbc89844713f014e6ba729ca7d (diff)
downloadhdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.zip
hdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.tar.gz
hdf5-271b0fbb8c7525c9e33fddc53a1d594352a4b569.tar.bz2
Sync 2 new develop prs to hdf5_1_14 (#2879)
* Add bin directory to make distclean (#2872) This allows h5cc to be cleaned up * Fixed test failure for when REAL is promoted via a compiler flag (#2873) --------- Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com> Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
Diffstat (limited to 'fortran/test/fortranlib_test.F90')
-rw-r--r--fortran/test/fortranlib_test.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/fortranlib_test.F90 b/fortran/test/fortranlib_test.F90
index ec0dcec..eb587a9 100644
--- a/fortran/test/fortranlib_test.F90
+++ b/fortran/test/fortranlib_test.F90
@@ -204,7 +204,7 @@ PROGRAM fortranlibtest
CALL write_test_status(ret_total_error, ' Dataset chunk cache configuration', total_error)
ret_total_error = 0
- CALL test_misc_properties(cleanup, ret_total_error)
+ CALL test_misc_properties(ret_total_error)
CALL write_test_status(ret_total_error, ' Miscellaneous properties', total_error)
ret_total_error = 0