summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/entry_10.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_10.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/entry_10.f908
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_10.f90 b/gcc/testsuite/gfortran.dg/entry_10.f90
index dc80c7949e0..2f526e20056 100644
--- a/gcc/testsuite/gfortran.dg/entry_10.f90
+++ b/gcc/testsuite/gfortran.dg/entry_10.f90
@@ -28,8 +28,8 @@ contains
end module
use a
- if (b (1.0) .ne. 1.0) call abort ()
- if (b (1 ) .ne. 2.0) call abort ()
- if (e (1.0) .ne. 3.0) call abort ()
- if (f (1 ) .ne. 4.0) call abort ()
+ if (b (1.0) .ne. 1.0) STOP 1
+ if (b (1 ) .ne. 2.0) STOP 2
+ if (e (1.0) .ne. 3.0) STOP 3
+ if (f (1 ) .ne. 4.0) STOP 4
end