structure_constructor_14.f90: Adjust STOP number.

2018-02-20  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* gfortran.dg/structure_constructor_14.f90: Adjust STOP number.

From-SVN: r257859
This commit is contained in:
Thomas Koenig 2018-02-20 19:53:42 +00:00
parent 2fad0cf503
commit 75b81dcdad
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/structure_constructor_14.f90: Adjust STOP number.
2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/48890

View file

@ -20,5 +20,5 @@ program gfcbug145
write(line,'(20(a8,:,"|"))') pack (obstyp% name, mask)
if (line /= 'SYNOP |DRIBU |TEMP |RADAR') STOP 1
write (line,'("|",A,"|")') x
if (line /= "|asdf |") STOP 1
if (line /= "|asdf |") STOP 2
end program gfcbug145