diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/auto_array_1.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/auto_array_1.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/auto_array_1.f90 b/gcc/testsuite/gfortran.dg/auto_array_1.f90 index 64cc113f863..e33e2ced51a 100644 --- a/gcc/testsuite/gfortran.dg/auto_array_1.f90 +++ b/gcc/testsuite/gfortran.dg/auto_array_1.f90 @@ -21,7 +21,7 @@ contains ! Check it worked. if (any (z .ne. reshape ((/1, 2, 3, 4, 5, 6, 7, 8, 9/), (/3, 3/)))) & - call abort + STOP 1 end subroutine foo subroutine foo1(n,x) |