summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
index 12aaf7951b8..b953e48b1ff 100644
--- a/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
+++ b/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
@@ -56,6 +56,6 @@ program main
x%proc => print_my_square
call x%proc(x, output_unit)
- if (calls/=2) call abort
+ if (calls/=2) STOP 1
end program main