[Mono-devel-list] Re: [Mono-patches] r44475 - trunk/mcs/tests

Raja R Harinath rharinath at novell.com
Fri May 13 02:43:43 EDT 2005


Hi,

"Martin Baulig" <martin at mono-cvs.ximian.com> writes:

> Author: martin
> Date: 2005-05-12 17:55:07 -0400 (Thu, 12 May 2005)
> New Revision: 44475
>
> Modified:
>    trunk/mcs/tests/test-360.cs
> Log:
> Fix this.
>
>
> Modified: trunk/mcs/tests/test-360.cs
> ===================================================================
> --- trunk/mcs/tests/test-360.cs	2005-05-12 21:54:24 UTC (rev 44474)
> +++ trunk/mcs/tests/test-360.cs	2005-05-12 21:55:07 UTC (rev 44475)
> @@ -9,8 +9,8 @@
>  		}
>  		else
>  		{
> -			string thisDoesnt = "not so";
> -			System.Console.WriteLine(thisDoesnt);
> +			// string thisDoesnt = "not so";
> +			// System.Console.WriteLine(thisDoesnt);
>  		}
>  	}
>  }

This is wrong.  The testcase is valid, and shows the regression
introduced by your recent 'unreachable' changes.  I'm trying out an
alternate patch that should address the bug you fixed.

- Hari



More information about the Mono-devel-list mailing list