summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test_F03.F90
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-01-04 15:31:30 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-01-04 15:31:30 (GMT)
commit4f98de52d64a283b6ff63281c2e06365b3b94df0 (patch)
treebddf2c7f13aaaa309e5aeb74d96cc12e5fc52e4a /fortran/test/fortranlib_test_F03.F90
parent99e990e1ee8b6610793b8a2eb87bd2e2c77ab020 (diff)
parent0225e6d59698c9a720177766794619c7ad273f4a (diff)
downloadhdf5-4f98de52d64a283b6ff63281c2e06365b3b94df0.zip
hdf5-4f98de52d64a283b6ff63281c2e06365b3b94df0.tar.gz
hdf5-4f98de52d64a283b6ff63281c2e06365b3b94df0.tar.bz2
Merge pull request #2228 in HDFFV/hdf5 from minor_improvements_from_token_refactor to develop
* commit '0225e6d59698c9a720177766794619c7ad273f4a': Small changes from the token_refactoring branch, to reduce the delta to develop
Diffstat (limited to 'fortran/test/fortranlib_test_F03.F90')
-rw-r--r--fortran/test/fortranlib_test_F03.F906
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/test/fortranlib_test_F03.F90 b/fortran/test/fortranlib_test_F03.F90
index 9a74120..808cb4d 100644
--- a/fortran/test/fortranlib_test_F03.F90
+++ b/fortran/test/fortranlib_test_F03.F90
@@ -153,7 +153,7 @@ PROGRAM fortranlibtest_F03
! write(*,*)
! write(*,*) '========================================='
-! write(*,*) 'Testing GROUP interface '
+! write(*,*) 'Testing OBJECT interface '
! write(*,*) '========================================='
ret_total_error = 0
@@ -161,11 +161,11 @@ PROGRAM fortranlibtest_F03
CALL write_test_status(ret_total_error, ' Testing object functions ', total_error)
ret_total_error = 0
- CALL obj_visit(ret_total_error)
+ CALL test_obj_visit(ret_total_error)
CALL write_test_status(ret_total_error, ' Testing object visiting functions ', total_error)
ret_total_error = 0
- CALL obj_info(ret_total_error)
+ CALL test_obj_info(ret_total_error)
CALL write_test_status(ret_total_error, ' Testing object info functions ', total_error)
ret_total_error = 0