Add missing cleanup in gfortran.dg/coarray_35a.f90
authorTom de Vries <tom@codesourcery.com>
Wed, 18 Feb 2015 21:08:24 +0000 (21:08 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 18 Feb 2015 21:08:24 +0000 (21:08 +0000)
2015-02-18  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r220799

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_35a.f90

index 2fe1326..ff3697e 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2015-02-18  Tom de Vries  <tom@codesourcery.com>
index eeeb289..1b954a9 100644 (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" } }