* a-capture6.cs, a-nested.cs: Fix compilation.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 16 Mar 2005 08:22:42 +0000 (08:22 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 16 Mar 2005 08:22:42 +0000 (08:22 -0000)
svn path=/trunk/mcs/; revision=41871

mcs/tests/ChangeLog
mcs/tests/a-capture6.cs
mcs/tests/a-nested.cs

index ee4d8f1faf695a4e78bf33d4d0c838bab4e688c7..503bb40a40ffa6a584da2a70ea2113ada9ef01a9 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-16  Raja R Harinath  <rharinath@novell.com>
+
+       * a-capture6.cs, a-nested.cs: Fix compilation.
+
 2005-03-15  Marek Safar <marek.safar@seznam.cz>
 
        * a-capture{2,3,4}.cs: Fixed tests.
index ecb5c5144581c496c7e7b8ae7ac4db329fb4809d..758bcc70f6de9cece684a1b825da93317647dfba 100644 (file)
@@ -1,9 +1,10 @@
 //
 // Tests capturing of variables
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static int Main ()
        {
index a951710c322b76958b588c34dca465fbeffc2672..050b9fb65aa95dd4a1901859005e7988bb88cbf7 100644 (file)
@@ -1,9 +1,10 @@
 //
 // Tests capturing of double nested variables
 //
-delegate void S ();
 using System;
 
+delegate void S ();
+
 class X {
        static int Main ()
        {