summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/proc_decl_20.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/proc_decl_20.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/proc_decl_20.f902
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/proc_decl_20.f90 b/gcc/testsuite/gfortran.dg/proc_decl_20.f90
index 612dac1952..7afac3369f 100644
--- a/gcc/testsuite/gfortran.dg/proc_decl_20.f90
+++ b/gcc/testsuite/gfortran.dg/proc_decl_20.f90
@@ -20,5 +20,3 @@ end module other_fun
use other_fun
procedure(abstract_fun) :: fun
end program fptr
-
-! { dg-final { cleanup-modules "other_fun" } }