summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/contained_equivalence_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/contained_equivalence_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/contained_equivalence_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/contained_equivalence_1.f90 b/gcc/testsuite/gfortran.dg/contained_equivalence_1.f90
index 7c6b0126cdb..1fe12e74b29 100644
--- a/gcc/testsuite/gfortran.dg/contained_equivalence_1.f90
+++ b/gcc/testsuite/gfortran.dg/contained_equivalence_1.f90
@@ -8,7 +8,7 @@ program contained_equiv
real a
a = 1.0
call foo ()
- if (a.ne.1.0) call abort ()
+ if (a.ne.1.0) STOP 1
contains
subroutine foo ()
real b