diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/graphite/pr42050.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/graphite/pr42050.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/graphite/pr42050.f90 b/gcc/testsuite/gfortran.dg/graphite/pr42050.f90 index 09cab6f0f1c..e019917414c 100644 --- a/gcc/testsuite/gfortran.dg/graphite/pr42050.f90 +++ b/gcc/testsuite/gfortran.dg/graphite/pr42050.f90 @@ -23,3 +23,4 @@ CONTAINS CALL test() END SUBROUTINE sic_explicit_orbitals END MODULE qs_ks_methods +! { dg-final { cleanup-modules "qs_ks_methods" } } |