summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/dec_io_2a.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dec_io_2a.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/dec_io_2a.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dec_io_2a.f90 b/gcc/testsuite/gfortran.dg/dec_io_2a.f90
index f3e4739cf8d..666c5d771ea 100644
--- a/gcc/testsuite/gfortran.dg/dec_io_2a.f90
+++ b/gcc/testsuite/gfortran.dg/dec_io_2a.f90
@@ -48,7 +48,7 @@ subroutine check_cc (cc, fname, expected)
print *, expected
deallocate(buf)
close(unit=fd)
- call abort()
+ STOP 1
else
deallocate(buf)
close(unit=fd, status='delete')