diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/module_blank_common.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/module_blank_common.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/module_blank_common.f90 b/gcc/testsuite/gfortran.dg/module_blank_common.f90 index a06ff0098e0..1eab444938b 100644 --- a/gcc/testsuite/gfortran.dg/module_blank_common.f90 +++ b/gcc/testsuite/gfortran.dg/module_blank_common.f90 @@ -15,5 +15,3 @@ program blank_common b = -999.0_4 if (z.ne.cmplx (a,b)) call abort () end program blank_common - -! { dg-final { cleanup-modules "global" } } |