diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90 index cfe498b0eca..6a9f32fdebd 100644 --- a/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90 +++ b/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90 @@ -27,6 +27,3 @@ use m str = 'fghij' if (strptr/='fghij') call abort() end - -! { dg-final { cleanup-modules "m" } } - |