summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90')
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90
index cb2f5eacd33..333bfaefe8b 100644
--- a/gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90
+++ b/gcc/testsuite/gfortran.fortran-torture/execute/f2_edit_1.f90
@@ -5,6 +5,6 @@
RCON22 = .9
WRITE(LINE,'(F2.0,1H,,F2.1)')RCON21,RCON22
READ(LINE,'(F2.0,1X,F2.1)')XRCON21,XRCON22
- IF (RCON21.NE.XRCON21) CALL ABORT
- IF (RCON22.NE.XRCON22) CALL ABORT
+ IF (RCON21.NE.XRCON21) STOP 1
+ IF (RCON22.NE.XRCON22) STOP 2
END