diff mbox

[committed] Add missing cleanup in gfortran.dg/coarray_35a.f90

Message ID 54E5006A.7050509@mentor.com
State New
Headers show

Commit Message

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

After running gfortran tests, I found a global_coarrays.mod file 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/coarray_35a.f90: Add missing cleanup-modules.

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

diff --git a/gcc/testsuite/gfortran.dg/coarray_35a.f90 b/gcc/testsuite/gfortran.dg/coarray_35a.f90
index eeeb289..1b954a9 100644
--- a/gcc/testsuite/gfortran.dg/coarray_35a.f90
+++ b/gcc/testsuite/gfortran.dg/coarray_35a.f90
@@ -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" } }
-- 
1.9.1