diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/der_array_io_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/der_array_io_3.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/der_array_io_3.f90 b/gcc/testsuite/gfortran.dg/der_array_io_3.f90 index de562152c49..f4746a1bb86 100644 --- a/gcc/testsuite/gfortran.dg/der_array_io_3.f90 +++ b/gcc/testsuite/gfortran.dg/der_array_io_3.f90 @@ -11,5 +11,5 @@ program main ! foo = foo_type("hello world ") write (buf1,*) foo write (buf2,*) (foo%name(i), i=1,13) - if (buf1.ne.buf2) call abort + if (buf1.ne.buf2) STOP 1 end program main |