summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90 b/gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90
index 08e98c2c332..252558dc780 100644
--- a/gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90
+++ b/gcc/testsuite/gfortran.dg/alloc_comp_assign_7.f90
@@ -33,6 +33,6 @@ end module PrettyPix_module
p = path ([spline([x(1)]),spline([x(2)]),spline([x(3)])])
call scene_set_look_at_path(this,p)
do i = 1, 3
- if (this%look_at_path%r(i)%y2(1) .ne. x(i)) call abort
+ if (this%look_at_path%r(i)%y2(1) .ne. x(i)) STOP 1
end do
end