X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.dg%2Ftypebound_proc_22.f90;h=2d9f17c564f69fe29b9905d8eb31078010aaca83;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=f7691c5f283d15a44c3dc0943b420473d8339ff2;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/gfortran.dg/typebound_proc_22.f90 b/gcc/testsuite/gfortran.dg/typebound_proc_22.f90 index f7691c5..2d9f17c 100644 --- a/gcc/testsuite/gfortran.dg/typebound_proc_22.f90 +++ b/gcc/testsuite/gfortran.dg/typebound_proc_22.f90 @@ -45,5 +45,3 @@ bar = foo%getx() ! OK bar = fooPriv%getxPriv() ! { dg-error " is PRIVATE " } end program quicktest - -! { dg-final { cleanup-modules "qtest qtestpriv" } }