summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90')
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/execute/partparm.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90
index 839ecf02f69..9e3de3d651c 100644
--- a/gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90
+++ b/gcc/testsuite/gfortran.fortran-torture/execute/partparm.f90
@@ -2,7 +2,7 @@
subroutine test (p)
integer, dimension (3) :: p
- if (any (p .ne. (/ 2, 4, 6/))) call abort
+ if (any (p .ne. (/ 2, 4, 6/))) STOP 1
end subroutine
program partparm