summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/typebound_proc_23.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/typebound_proc_23.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/typebound_proc_23.f90 b/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
index 0109c7478de..a46bc50ac6e 100644
--- a/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
+++ b/gcc/testsuite/gfortran.dg/typebound_proc_23.f90
@@ -24,7 +24,7 @@ end module
use ice
type(ice_type) :: t
-if (it/=0) call abort()
+if (it/=0) STOP 1
call ice_sub(t)
-if (it/=1) call abort()
+if (it/=1) STOP 2
end