diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_6.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/entry_6.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_6.f90 b/gcc/testsuite/gfortran.dg/entry_6.f90 index 103392606b9..c1d6c7cbb2d 100644 --- a/gcc/testsuite/gfortran.dg/entry_6.f90 +++ b/gcc/testsuite/gfortran.dg/entry_6.f90 @@ -52,5 +52,3 @@ end module foo if (z1((3,4)) .ne. (-5, 10)) call abort () if (z2((5,6)) .ne. (-9, 38)) call abort () end - -! { dg-final { cleanup-modules "foo" } } |