summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/large_unit_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/large_unit_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/large_unit_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/large_unit_1.f90 b/gcc/testsuite/gfortran.dg/large_unit_1.f90
index 60e2d1f17e8..11a946349c9 100644
--- a/gcc/testsuite/gfortran.dg/large_unit_1.f90
+++ b/gcc/testsuite/gfortran.dg/large_unit_1.f90
@@ -10,7 +10,7 @@
IF (ex) THEN
OPEN(unit=k)
INQUIRE(unit=j, opened=op)
- IF (op) CALL ABORT()
+ IF (op) STOP 1
ENDIF
print *, k
close(k)