summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90 b/gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90
index 0bae25c3923..2ee8ff0253d 100644
--- a/gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90
+++ b/gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90
@@ -17,5 +17,5 @@ program main
allocate(object%indices(me))
object%indices = 42
- if ( any( object[me]%indices(:) /= 42 ) ) call abort()
+ if ( any( object[me]%indices(:) /= 42 ) ) STOP 1
end program