Author: marek
Date: 2005-03-15 02:25:37 -0500 (Tue, 15 Mar 2005)
New Revision: 41827

Modified:
   trunk/mcs/tests/ChangeLog
   trunk/mcs/tests/a-capture2.cs
   trunk/mcs/tests/a-capture3.cs
   trunk/mcs/tests/a-capture4.cs
Log:
2005-03-15  Marek Safar <[EMAIL PROTECTED]>

        * a-capture{2,3,4}.cs: Fixed tests.

Modified: trunk/mcs/tests/ChangeLog
===================================================================
--- trunk/mcs/tests/ChangeLog   2005-03-15 06:34:11 UTC (rev 41826)
+++ trunk/mcs/tests/ChangeLog   2005-03-15 07:25:37 UTC (rev 41827)
@@ -1,3 +1,7 @@
+2005-03-15  Marek Safar <[EMAIL PROTECTED]>
+
+       * a-capture{2,3,4}.cs: Fixed tests.
+
 2005-03-10  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * xml-036.cs, xml-036-ref.xml, Makefile : added test for bug #73384.

Modified: trunk/mcs/tests/a-capture2.cs
===================================================================
--- trunk/mcs/tests/a-capture2.cs       2005-03-15 06:34:11 UTC (rev 41826)
+++ trunk/mcs/tests/a-capture2.cs       2005-03-15 07:25:37 UTC (rev 41827)
@@ -1,9 +1,10 @@
 //
 // This test checks various uses of captured local variables
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static int Main ()
        {

Modified: trunk/mcs/tests/a-capture3.cs
===================================================================
--- trunk/mcs/tests/a-capture3.cs       2005-03-15 06:34:11 UTC (rev 41826)
+++ trunk/mcs/tests/a-capture3.cs       2005-03-15 07:25:37 UTC (rev 41827)
@@ -1,9 +1,10 @@
 //
 // Simple variable capturing
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static void Main ()
        {

Modified: trunk/mcs/tests/a-capture4.cs
===================================================================
--- trunk/mcs/tests/a-capture4.cs       2005-03-15 06:34:11 UTC (rev 41826)
+++ trunk/mcs/tests/a-capture4.cs       2005-03-15 07:25:37 UTC (rev 41827)
@@ -1,9 +1,10 @@
 //
 // Capturing test.
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static void Main ()
        {

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

Reply via email to