2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 19:21:12 +08:00

assignment_3.f90: Add missing cleanup-modules.

2008-05-27  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/assignment_3.f90: Add missing cleanup-modules.

From-SVN: r136053
This commit is contained in:
Tobias Burnus 2008-05-27 21:31:36 +02:00 committed by Tobias Burnus
parent 795dc58727
commit 61bed51903
3 changed files with 7 additions and 1 deletions

@ -1,3 +1,7 @@
2008-05-27 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/assignment_3.f90: Add missing cleanup-modules.
2008-05-27 Tobias Burnus <burnus@net-b.de>
PR fortran/36316

@ -59,3 +59,5 @@ TYPE (distributed_vector) :: SCALP_DV
ZTEMP = PVAZG * SCALP_DV
END SUBROUTINE CAININAD_SCALE_DISTVEC
END MODULE YOMCAIN
! { dg-final { cleanup-modules "yomcain" } }

@ -58,4 +58,4 @@ PROGRAM test
WRITE (*,*) ispriv_t (5) ! { dg-error "has no IMPLICIT type" }
END PROGRAM test
! { dg-final { cleanup-modules privmod } }
! { dg-final { cleanup-modules "privmod" } }