diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/protected_4.f90')
-rw-r--r-- | gcc/testsuite/gfortran.dg/protected_4.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/protected_4.f90 b/gcc/testsuite/gfortran.dg/protected_4.f90 index 7f0e49f09a4..2834680a988 100644 --- a/gcc/testsuite/gfortran.dg/protected_4.f90 +++ b/gcc/testsuite/gfortran.dg/protected_4.f90 @@ -54,5 +54,3 @@ module test real :: a protected :: test ! { dg-error "MODULE attribute conflicts with PROTECTED" } end module test - -! { dg-final { cleanup-modules "protmod test" } } |