summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/streamio_4.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/streamio_4.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/streamio_4.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/streamio_4.f90 b/gcc/testsuite/gfortran.dg/streamio_4.f90
index 0ed3d2ed88e..234eef61dfb 100644
--- a/gcc/testsuite/gfortran.dg/streamio_4.f90
+++ b/gcc/testsuite/gfortran.dg/streamio_4.f90
@@ -30,7 +30,7 @@ program streamtest
do i=1,lines
do j=0,9
read(10,"(i5)") k
- if (k.ne.j) call abort()
+ if (k.ne.j) STOP 1
end do
end do