summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/proc_ptr_10.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_ptr_10.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/proc_ptr_10.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_10.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_10.f90
index dfe8ce9f0a5..3400379b315 100644
--- a/gcc/testsuite/gfortran.dg/proc_ptr_10.f90
+++ b/gcc/testsuite/gfortran.dg/proc_ptr_10.f90
@@ -15,7 +15,7 @@ module myMod
subroutine proc4( arg1 )
procedure(real), pointer :: arg1
- if (arg1(0)/=7) call abort()
+ if (arg1(0)/=7) STOP 1
end subroutine proc4
end module myMod