diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03')
-rw-r--r-- | gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03 b/gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03 index 2182dce3e4f..c07b189e217 100644 --- a/gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03 +++ b/gcc/testsuite/gfortran.dg/dynamic_dispatch_1.f03 @@ -76,4 +76,3 @@ end module m if (a%prod() .ne. 42) call abort if (a%extract (4) .ne. 168) call abort end -! { dg-final { cleanup-modules "m" } } |