diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/finalize_31.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/finalize_31.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/finalize_31.f90 b/gcc/testsuite/gfortran.dg/finalize_31.f90 index 8817a4f6365..0c061a23a23 100644 --- a/gcc/testsuite/gfortran.dg/finalize_31.f90 +++ b/gcc/testsuite/gfortran.dg/finalize_31.f90 @@ -17,7 +17,7 @@ contains subroutine Finalize ( C ) type ( CommunicatorForm ) :: C ! should not be called - call abort() + STOP 1 end subroutine end module |