]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing cleanup in gfortran.dg/pr37287-1.f90
authorTom de Vries <tom@codesourcery.com>
Wed, 18 Feb 2015 21:00:19 +0000 (21:00 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 18 Feb 2015 21:00:19 +0000 (21:00 +0000)
2015-02-18  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r220798

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr37287-1.f90

index 055a0bd2b81888b54d9689f533ffe2bfd8e7e900..2fe1326f24a822330709a2fbb5cd3f2f46966487 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * gfortran.dg/finalize_28.f90: Add missing cleanup-tree-dump.
index c2d42e6de0f4bb7d36b038e9f70d23111d0ce280..ca8b879ab9b07590744764a06fdfefdc5318404b 100644 (file)
@@ -12,3 +12,4 @@ contains
   end subroutine set_null
 end module pr37287_1
 end
+! { dg-final { cleanup-modules "pr37287_2" } }