summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/der_array_io_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/der_array_io_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/der_array_io_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/der_array_io_1.f90 b/gcc/testsuite/gfortran.dg/der_array_io_1.f90
index 244b600746c..02764585e41 100644
--- a/gcc/testsuite/gfortran.dg/der_array_io_1.f90
+++ b/gcc/testsuite/gfortran.dg/der_array_io_1.f90
@@ -22,5 +22,5 @@ program main
write (buf1, '(20i4)') foo
write (buf2, '(20i4)') (foo(i)%x, (foo(i)%y(j), j=1,3), foo(i)%z, i=1,4)
- if (buf1.ne.buf2) call abort
+ if (buf1.ne.buf2) STOP 1
end program main