X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.dg%2Funf_short_record_1.f90;h=45c94c29405dbe935990078bb6e9552af3fbf798;hp=1bb62736a361e421843f37504d9edf253a607632;hb=bbaaa7b1b75800e7d846f34dc9f7bcd04ae6ded9;hpb=ad3a58c88bd70c0a24d1d1403dcc2b6cae09a794 diff --git a/gcc/testsuite/gfortran.dg/unf_short_record_1.f90 b/gcc/testsuite/gfortran.dg/unf_short_record_1.f90 index 1bb62736a36..45c94c29405 100644 --- a/gcc/testsuite/gfortran.dg/unf_short_record_1.f90 +++ b/gcc/testsuite/gfortran.dg/unf_short_record_1.f90 @@ -11,7 +11,7 @@ program main read (10, err=20, iomsg=msg) a call abort 20 continue - if (msg .ne. "Short record on unformatted read") call abort + if (msg .ne. "I/O past end of record on unformatted file") call abort if (a(1) .ne. 'a' .or. a(2) .ne. 'b' .or. a(3) .ne. 'b') call abort close (10, status="delete") end program main