X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.dg%2Ftypebound_operator_4.f03;h=6ede14e878e244072c8b794409abdc6093759e51;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=835ceb63ff064c98ed4b64f355765d391a70c33f;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/gfortran.dg/typebound_operator_4.f03 b/gcc/testsuite/gfortran.dg/typebound_operator_4.f03 index 835ceb6..6ede14e 100644 --- a/gcc/testsuite/gfortran.dg/typebound_operator_4.f03 +++ b/gcc/testsuite/gfortran.dg/typebound_operator_4.f03 @@ -88,5 +88,3 @@ PROGRAM main x = x + 42 ! { dg-error "Operands of" } x = x .PLUS. 5 ! { dg-error "Unknown operator" } END PROGRAM main - -! { dg-final { cleanup-modules "m" } }