summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/char_eoshift_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/char_eoshift_2.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/char_eoshift_2.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/char_eoshift_2.f90 b/gcc/testsuite/gfortran.dg/char_eoshift_2.f90
index bdb654c77ce..3dce0f83fa1 100644
--- a/gcc/testsuite/gfortran.dg/char_eoshift_2.f90
+++ b/gcc/testsuite/gfortran.dg/char_eoshift_2.f90
@@ -46,9 +46,9 @@ contains
do i1 = 1, n1
i2p = i2 + shift1 (i1, i3)
if (i2p .gt. n2) then
- if (b (i1, i2, i3) .ne. filler) call abort
+ if (b (i1, i2, i3) .ne. filler) STOP 1
else
- if (b (i1, i2, i3) .ne. a (i1, i2p, i3)) call abort
+ if (b (i1, i2, i3) .ne. a (i1, i2p, i3)) STOP 2
end if
end do
end do