summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/class_allocate_5.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/class_allocate_5.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/class_allocate_5.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/class_allocate_5.f90 b/gcc/testsuite/gfortran.dg/class_allocate_5.f90
index 592161ef519..3af3e84953f 100644
--- a/gcc/testsuite/gfortran.dg/class_allocate_5.f90
+++ b/gcc/testsuite/gfortran.dg/class_allocate_5.f90
@@ -29,6 +29,6 @@ program bug23
write(*,*) a%irp(:)
- if (any (a%irp /= [1,3,4,5])) call abort()
+ if (any (a%irp /= [1,3,4,5])) STOP 1
end program bug23