diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/entry_3.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/entry_3.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/entry_3.f90 b/gcc/testsuite/gfortran.dg/entry_3.f90 index 36595ee31e1..b4473df31ba 100644 --- a/gcc/testsuite/gfortran.dg/entry_3.f90 +++ b/gcc/testsuite/gfortran.dg/entry_3.f90 @@ -23,3 +23,5 @@ program entry_4_prog call bar(a) if (any (a .ne. (/3, 4/))) call abort end program + +! { dg-final { cleanup-modules "entry_4" } } |