diff mbox

[committed] Add missing cleanup in gfortran.dg/pr37287-1.f90

Message ID 54E4FE31.2060605@mentor.com
State New
Headers show

Commit Message

Tom de Vries Feb. 18, 2015, 9:03 p.m. UTC
Hi,

After running gfortran tests, I found a pr37287_2.mod in my test directory.
Fixed by this patch which adds a missing cleanup-modules.

Tested by running the testcase and checking that the file does not occur anymore 
in the test directory.

Committed as obvious.

Thanks,
- Tom
diff mbox

Patch

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

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

---
 gcc/testsuite/gfortran.dg/pr37287-1.f90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gfortran.dg/pr37287-1.f90 b/gcc/testsuite/gfortran.dg/pr37287-1.f90
index c2d42e6..ca8b879 100644
--- a/gcc/testsuite/gfortran.dg/pr37287-1.f90
+++ b/gcc/testsuite/gfortran.dg/pr37287-1.f90
@@ -12,3 +12,4 @@  contains
   end subroutine set_null
 end module pr37287_1
 end
+! { dg-final { cleanup-modules "pr37287_2" } }
-- 
1.9.1