summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/recursive_check_7.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/recursive_check_7.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/recursive_check_7.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/recursive_check_7.f90 b/gcc/testsuite/gfortran.dg/recursive_check_7.f90
index c1af8adc810..d04cd999e63 100644
--- a/gcc/testsuite/gfortran.dg/recursive_check_7.f90
+++ b/gcc/testsuite/gfortran.dg/recursive_check_7.f90
@@ -23,7 +23,7 @@ subroutine invalid(x)
logical :: x
if(x) call sndInvalid()
print *, 'BUG'
- call abort()
+ STOP 1
end subroutine invalid
subroutine sndInvalid()