summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/coarray_stat_2.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/coarray_stat_2.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/coarray_stat_2.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/coarray_stat_2.f90 b/gcc/testsuite/gfortran.dg/coarray_stat_2.f90
index 9eed860ea57..96e5abaa173 100644
--- a/gcc/testsuite/gfortran.dg/coarray_stat_2.f90
+++ b/gcc/testsuite/gfortran.dg/coarray_stat_2.f90
@@ -19,6 +19,6 @@ program whitespace
stat = 42
tmp = me[num_images(),stat = stat]
- if(stat /= 0) call abort()
+ if(stat /= 0) STOP 1
end program whitespace