X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.dg%2Fused_dummy_types_1.f90;h=30f3d4cdd1c84deaebc0d1459f59ec83e5edd886;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=0cf01bb50e297af0e4fffdaacc9f5ebd739d4142;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90 b/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90 index 0cf01bb..30f3d4c 100644 --- a/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90 +++ b/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90 @@ -34,5 +34,3 @@ end module atest call test (res) if (res%a.ne.42) call abort end - -! { dg-final { cleanup-modules "mtyp atest" } }