Fix the tests I just committed to be the correct tests.

From-SVN: r109506
This commit is contained in:
Andrew Pinski 2006-01-09 12:18:37 -08:00
parent 90b2f8b640
commit 76150104aa
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
! check to make the nested function dawsonseries_v gets the correct
! fake return decl and that the outer (dawson_v) has an assignment of
! just the fake return decl for real and not the inner's return decl.
! { dg-do compile }
FUNCTION dawson_v()
IMPLICIT NONE
REAL :: dawson_v

View File

@ -1,6 +1,7 @@
! check to make the nested function dawsonseries_v gets the correct
! fake return decl and that the outer (dawson_v) has an assignment of
! just the fake return decl for real and not the inner's return decl.
! { dg-do compile }
FUNCTION dawson_v()
IMPLICIT NONE
REAL,DIMENSION(1) :: dawson_v