diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03')
-rw-r--r-- | gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03 b/gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03 index 884d3426039..41c784d1705 100644 --- a/gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03 +++ b/gcc/testsuite/gfortran.dg/dynamic_dispatch_3.f03 @@ -83,4 +83,3 @@ end module m2 if (a%prod() .ne. 42) call abort if (a%extract (4) .ne. 168) call abort end -! { dg-final { cleanup-modules "m1, m2" } } |