summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_array_specs_2.f')
-rw-r--r--gcc/testsuite/gfortran.dg/entry_array_specs_2.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_array_specs_2.f b/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
index ba4de318c88..2320697d3ea 100644
--- a/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
+++ b/gcc/testsuite/gfortran.dg/entry_array_specs_2.f
@@ -9,9 +9,9 @@
real a(10)
a(1) = 999.
call x
- if (j .ne. 1) call abort ()
+ if (j .ne. 1) STOP 1
call y(a,10)
- if (j .ne. 2) call abort ()
+ if (j .ne. 2) STOP 2
stop
end
subroutine x