diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/generic_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/generic_3.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/generic_3.f90 b/gcc/testsuite/gfortran.dg/generic_3.f90 index 3cd2e9d5d55..54926038515 100644 --- a/gcc/testsuite/gfortran.dg/generic_3.f90 +++ b/gcc/testsuite/gfortran.dg/generic_3.f90 @@ -28,3 +28,5 @@ subroutine mrqcof( x, y, sig, ndata, a, ia, ma ) call gauss( x(i), a, yan, dyda, ma ) end do end subroutine mrqcof + +! { dg-final { cleanup-modules "fit_functions" } } |