diff options
-rw-r--r-- | gcc/testsuite/gfortran.dg/submodule_6.f08 (renamed from gcc/testsuite/gfortran.dg/submodule_6.f90) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/submodule_6.f90 b/gcc/testsuite/gfortran.dg/submodule_6.f08 index b018b59..e0b195e 100644 --- a/gcc/testsuite/gfortran.dg/submodule_6.f90 +++ b/gcc/testsuite/gfortran.dg/submodule_6.f08 @@ -88,4 +88,6 @@ program p call p_a(a, create_b([3,4,5])) call print(a) end program p +! { dg-final { cleanup-submodules "mod_a@imp_p_a" } } +! { dg-final { cleanup-submodules "mod_b@imp_create" } } |