diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_ptr_21.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/proc_ptr_21.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_21.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_21.f90 index 875173fd3d8..83ef5035601 100644 --- a/gcc/testsuite/gfortran.dg/proc_ptr_21.f90 +++ b/gcc/testsuite/gfortran.dg/proc_ptr_21.f90 @@ -24,7 +24,7 @@ contains call pptr2 (i)
pptr2 => sub2 call pptr2 (i) - if (i .ne. 22) call abort
+ if (i .ne. 22) STOP 1 end subroutine test
subroutine sub2(arg) integer arg |