Author: raja
Date: 2005-03-16 03:22:42 -0500 (Wed, 16 Mar 2005)
New Revision: 41871

Modified:
   trunk/mcs/tests/ChangeLog
   trunk/mcs/tests/a-capture6.cs
   trunk/mcs/tests/a-nested.cs
Log:
* a-capture6.cs, a-nested.cs: Fix compilation.


Modified: trunk/mcs/tests/ChangeLog
===================================================================
--- trunk/mcs/tests/ChangeLog   2005-03-16 05:53:02 UTC (rev 41870)
+++ trunk/mcs/tests/ChangeLog   2005-03-16 08:22:42 UTC (rev 41871)
@@ -1,3 +1,7 @@
+2005-03-16  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * a-capture6.cs, a-nested.cs: Fix compilation.
+
 2005-03-15  Marek Safar <[EMAIL PROTECTED]>
 
        * a-capture{2,3,4}.cs: Fixed tests.

Modified: trunk/mcs/tests/a-capture6.cs
===================================================================
--- trunk/mcs/tests/a-capture6.cs       2005-03-16 05:53:02 UTC (rev 41870)
+++ trunk/mcs/tests/a-capture6.cs       2005-03-16 08:22:42 UTC (rev 41871)
@@ -1,9 +1,10 @@
 //
 // Tests capturing of variables
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static int Main ()
        {

Modified: trunk/mcs/tests/a-nested.cs
===================================================================
--- trunk/mcs/tests/a-nested.cs 2005-03-16 05:53:02 UTC (rev 41870)
+++ trunk/mcs/tests/a-nested.cs 2005-03-16 08:22:42 UTC (rev 41871)
@@ -1,9 +1,10 @@
 //
 // Tests capturing of double nested variables
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static int Main ()
        {

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

Reply via email to