diff options
Diffstat (limited to 'fortran/test/tH5O.f90')
-rw-r--r-- | fortran/test/tH5O.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5O.f90 b/fortran/test/tH5O.f90 index d0c3f16..17271b5 100644 --- a/fortran/test/tH5O.f90 +++ b/fortran/test/tH5O.f90 @@ -21,7 +21,7 @@ SUBROUTINE test_h5o(cleanup, total_error) INTEGER, INTENT(OUT) :: total_error ! /* Output message about test being performed */ - WRITE(*,*) "Testing Objects" + ! WRITE(*,*) "Testing Objects" !!$ test_h5o_open(); /* Test generic OPEN FUNCTION */ !!$ test_h5o_open_by_addr(); /* Test opening objects by address */ |