summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90')
-rw-r--r--gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f902
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90 b/gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90
index 32a17e3bd8..76c15e97ba 100644
--- a/gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90
+++ b/gcc/testsuite/gfortran.dg/generic_typebound_operator_1.f90
@@ -17,5 +17,3 @@ module m_sort
end function gt_cmp
end interface
end module m_sort
-
-! { dg-final { cleanup-modules "m_sort" } }