summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/logical_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/logical_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/logical_1.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/logical_1.f90 b/gcc/testsuite/gfortran.dg/logical_1.f90
index 69d9e6a437e..486675d47d4 100644
--- a/gcc/testsuite/gfortran.dg/logical_1.f90
+++ b/gcc/testsuite/gfortran.dg/logical_1.f90
@@ -19,6 +19,6 @@ program logical_1
write(t(4),*) t8
write(f(4),*) f8
- if (any(t .ne. " T")) call abort
- if (any(f .ne. " F")) call abort
+ if (any(t .ne. " T")) STOP 1
+ if (any(f .ne. " F")) STOP 2
end