Fix the tests I just committed to be the correct tests.
From-SVN: r109506
This commit is contained in:
parent
90b2f8b640
commit
76150104aa
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue