summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/complex_write.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/complex_write.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/complex_write.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/complex_write.f90 b/gcc/testsuite/gfortran.dg/complex_write.f90
index 694c069e368..38f79788778 100644
--- a/gcc/testsuite/gfortran.dg/complex_write.f90
+++ b/gcc/testsuite/gfortran.dg/complex_write.f90
@@ -11,5 +11,5 @@
rewind(74)
! can read the complex in as two reals, one on each line
read(74,'(E13.5)')r1,r2
- if (r1.ne.1.0 .and. r2.ne.2.0) call abort
+ if (r1.ne.1.0 .and. r2.ne.2.0) STOP 1
end