diff options
Diffstat (limited to 'gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90')
-rw-r--r-- | gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90 index 9cb5b613d64..ceff7c6b3b0 100644 --- a/gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90 +++ b/gcc/testsuite/gfortran.fortran-torture/execute/arrayarg2.f90 @@ -7,7 +7,7 @@ program arrayarg2 call test (a, b) - if (any (b .ne. (/4, 7, 10, 13, 16/))) call abort + if (any (b .ne. (/4, 7, 10, 13, 16/))) STOP 1 contains subroutine test (x1, x2) implicit none |