summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-05-02 16:56:52 (GMT)
committerGitHub <noreply@github.com>2023-05-02 16:56:52 (GMT)
commit41fd8e66a9f837a1adf36a0253e29440d82ff522 (patch)
tree9e4c08fdf9e9de79b1b902233897177b4e5faba7 /fortran/test/fortranlib_test.F90
parent686b76524fb7feca73d9015371d2f9ed54b6d843 (diff)
downloadhdf5-41fd8e66a9f837a1adf36a0253e29440d82ff522.zip
hdf5-41fd8e66a9f837a1adf36a0253e29440d82ff522.tar.gz
hdf5-41fd8e66a9f837a1adf36a0253e29440d82ff522.tar.bz2
Fixed test failure for when REAL is promoted via a compiler flag (#2873)
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