summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90')
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/execute/save_2.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90
index c3775bbecc3..d99a3eb0c37 100644
--- a/gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90
+++ b/gcc/testsuite/gfortran.fortran-torture/execute/save_2.f90
@@ -14,7 +14,7 @@
i = 1
h = 12345
end if
- if (h .ne. 12345) call abort
+ if (h .ne. 12345) STOP 1
end subroutine foo
subroutine bar