Add missing cleanup in gfortran.dg/coarray_35a.f90

2015-02-18  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r220799
This commit is contained in:
Tom de Vries 2015-02-18 21:08:24 +00:00 committed by Tom de Vries
parent 52169fa525
commit b06684b7ab
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/coarray_35a.f90: Add missing cleanup-modules.
2015-02-18 Tom de Vries <tom@codesourcery.com>
* gfortran.dg/pr37287-1.f90: Add missing cleanup-modules.

View file

@ -26,3 +26,4 @@ end program testmod
! Check for the symbol of the coarray token (w/o system-dependend prefix)
! { dg-final { scan-assembler "caf_token__global_coarrays_MOD_b" } }
! { dg-final { cleanup-modules "global_coarrays" } }