X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.dg%2Fmaxloc_bounds_7.f90;h=206a29b149da8e94026989f4f05b60a5ae3ff2be;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=817bf8fac399562aabc47e5a788c7920b81e2945;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/gfortran.dg/maxloc_bounds_7.f90 b/gcc/testsuite/gfortran.dg/maxloc_bounds_7.f90 index 817bf8f..206a29b 100644 --- a/gcc/testsuite/gfortran.dg/maxloc_bounds_7.f90 +++ b/gcc/testsuite/gfortran.dg/maxloc_bounds_7.f90 @@ -19,4 +19,3 @@ program main call foo(res) end program main ! { dg-output "Fortran runtime error: Incorrect extent in return value of MAXLOC intrinsic: is 3, should be 2" } -! { dg-final { cleanup-modules "tst" } }