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);
                }
        }
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to