Index: gcc/gcc/testsuite/gfortran.dg/bounds_check_9.f90 |
diff --git a/gcc/gcc/testsuite/gfortran.dg/bounds_check_9.f90 b/gcc/gcc/testsuite/gfortran.dg/bounds_check_9.f90 |
index c0abd2896ece95821dc844fce39eacd977be29c7..3b487efa146cc6c0551cf3a8a13d2076682f4154 100644 |
--- a/gcc/gcc/testsuite/gfortran.dg/bounds_check_9.f90 |
+++ b/gcc/gcc/testsuite/gfortran.dg/bounds_check_9.f90 |
@@ -34,3 +34,4 @@ program main |
call sub() |
call sub((/4,5/)) |
end program main |
+! { dg-final { cleanup-modules "sub_mod" } } |