summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/eor_handling_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/eor_handling_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/eor_handling_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/eor_handling_1.f90 b/gcc/testsuite/gfortran.dg/eor_handling_1.f90
index 241f8a0fe4e..b0e91b5d288 100644
--- a/gcc/testsuite/gfortran.dg/eor_handling_1.f90
+++ b/gcc/testsuite/gfortran.dg/eor_handling_1.f90
@@ -9,6 +9,6 @@ program main
i = 42
j = 42
read(77,'(/2i2)') i,j
- if (i /= 0 .or. j /= 0) call abort
+ if (i /= 0 .or. j /= 0) STOP 1
close(77)
end program main