diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/coarray_23.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/coarray_23.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/coarray_23.f90 b/gcc/testsuite/gfortran.dg/coarray_23.f90 index 429928a4d86..b0cbd5f80a9 100644 --- a/gcc/testsuite/gfortran.dg/coarray_23.f90 +++ b/gcc/testsuite/gfortran.dg/coarray_23.f90 @@ -9,5 +9,5 @@ subroutine test complex, save :: z[*] - if (z /= cmplx (0.0, 0.0)) call abort() + if (z /= cmplx (0.0, 0.0)) STOP 1 end subroutine test |