2004-08-05 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Thu, 5 Aug 2004 17:23:24 +0000 (17:23 -0000)
committerMartin Baulig <martin@novell.com>
Thu, 5 Aug 2004 17:23:24 +0000 (17:23 -0000)
* test-154.cs: Added test case for #59429.

svn path=/trunk/mcs/; revision=31947

mcs/tests/ChangeLog
mcs/tests/test-154.cs

index 8b87cb340eb14448cd86a3eb13d300df33ee843e..0b6cd77e376cb548283ea5c47da35d166c24acde 100755 (executable)
@@ -1,3 +1,7 @@
+2004-08-05  Martin Baulig  <martin@ximian.com>
+
+       * test-154.cs: Added test case for #59429.
+
 2004-08-04  Martin Baulig  <martin@ximian.com>
 
        * Makefile (test-generic-3): New target to run all the generic
index 5dcb465512a95fb2d36aadf2761b7083451111c0..5a2ea0e0c7997f49488348849ad17f13e0626ecc 100644 (file)
@@ -571,4 +571,14 @@ public class X
        k_0:
                ;
        }
+
+       //
+       // Bug 59429
+       //
+       public static int test38 ()
+       {
+               return 0;
+       foo:
+               ;
+       }
 }