* gfortran.dg/return_1.f90: Fix dg annotation.

From-SVN: r99546
This commit is contained in:
Tobias Schlüter 2005-05-11 00:32:38 +02:00 committed by Tobias Schlüter
parent a226fc2b9c
commit e0bba0931d
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
* gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
gfortran.dg/f2c_3.f90: New tests.
* gfortran.dg/return_1.f90: Fix dg annotation.
2005-05-10 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20050510-1.c: New test.

View File

@ -2,5 +2,5 @@
! Test cases where no blank is required after RETURN
subroutine sub(*)
return(1)
return1 ! { dg-error }
return1 ! { dg-error "" }
end subroutine