summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test_F03.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2024-03-15 12:37:22 (GMT)
committerGitHub <noreply@github.com>2024-03-15 12:37:22 (GMT)
commitece121b415a69e159f3143e2348b7c580adbd054 (patch)
treeaef8348d350be6cbeaa74f72c26fb703f526e3f5 /fortran/test/fortranlib_test_F03.F90
parent78a5d8a70b191cc0a726f2ca0362a5a862f862f8 (diff)
downloadhdf5-ece121b415a69e159f3143e2348b7c580adbd054.zip
hdf5-ece121b415a69e159f3143e2348b7c580adbd054.tar.gz
hdf5-ece121b415a69e159f3143e2348b7c580adbd054.tar.bz2
Fixed misc. H5E fortran failures due to previous PR (#4138)
* fixed promotion of integers and reals tests and check-passthrough-vol failure * fixed cygwin issue
Diffstat (limited to 'fortran/test/fortranlib_test_F03.F90')
-rw-r--r--fortran/test/fortranlib_test_F03.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/fortranlib_test_F03.F90 b/fortran/test/fortranlib_test_F03.F90
index 1c38b36..50240ce 100644
--- a/fortran/test/fortranlib_test_F03.F90
+++ b/fortran/test/fortranlib_test_F03.F90
@@ -59,7 +59,7 @@ PROGRAM fortranlibtest_F03
ret_total_error = 0
CALL test_error(ret_total_error)
- CALL write_test_status(ret_total_error, ' Test error API based on data I/O', total_error)
+ CALL write_test_status(ret_total_error, ' Testing error API based on data I/O', total_error)
ret_total_error = 0
CALL test_array_compound_atomic(ret_total_error)