summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/allocatable_function_3.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/allocatable_function_3.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/allocatable_function_3.f90 b/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
index 538924f6719..9209860f9d1 100644
--- a/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
+++ b/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
@@ -20,5 +20,5 @@ end subroutine
integer, allocatable :: spectral(:)
end function transform_to_spectral_from
end interface
- if (any (transform_to_spectral_from () .ne. (/1,2/))) call abort ()
+ if (any (transform_to_spectral_from () .ne. (/1,2/))) STOP 1
end