summaryrefslogtreecommitdiffstats
path: root/hl/fortran/test/tstlite.f90
diff options
context:
space:
mode:
Diffstat (limited to 'hl/fortran/test/tstlite.f90')
-rw-r--r--hl/fortran/test/tstlite.f9010
1 files changed, 5 insertions, 5 deletions
diff --git a/hl/fortran/test/tstlite.f90 b/hl/fortran/test/tstlite.f90
index c172d82..f34053a 100644
--- a/hl/fortran/test/tstlite.f90
+++ b/hl/fortran/test/tstlite.f90
@@ -722,11 +722,11 @@ call passed()
call test_begin(' Find dataset ')
-has = h5ltfind_dataset_f(file_id,dsetname4)
-if ( has .ne. 1 ) then
- print *, 'h5ltfind_dataset_f return error'
- stop
-endif
+!has = h5ltfind_dataset_f(file_id,dsetname4)
+!if ( has .ne. 1 ) then
+! print *, 'h5ltfind_dataset_f return error'
+! stop
+!endif
!
! Close the file.