Author: marek
Date: 2005-11-01 12:32:48 -0500 (Tue, 01 Nov 2005)
New Revision: 52453

Modified:
   trunk/mcs/tests/known-issues-gmcs
   trunk/mcs/tests/known-issues-mcs
   trunk/mcs/tests/test-49.cs
Log:
new test case

Modified: trunk/mcs/tests/known-issues-gmcs
===================================================================
--- trunk/mcs/tests/known-issues-gmcs   2005-11-01 17:27:35 UTC (rev 52452)
+++ trunk/mcs/tests/known-issues-gmcs   2005-11-01 17:32:48 UTC (rev 52453)
@@ -10,3 +10,5 @@
 test-67.cs IGNORE      # Windows-only test
 test-anon-27.cs
 test-xml-027.cs
+
+test-49.cs
\ No newline at end of file

Modified: trunk/mcs/tests/known-issues-mcs
===================================================================
--- trunk/mcs/tests/known-issues-mcs    2005-11-01 17:27:35 UTC (rev 52452)
+++ trunk/mcs/tests/known-issues-mcs    2005-11-01 17:32:48 UTC (rev 52453)
@@ -9,4 +9,3 @@
 
 test-anon-27.cs
 test-xml-027.cs
-test-464.cs

Modified: trunk/mcs/tests/test-49.cs
===================================================================
--- trunk/mcs/tests/test-49.cs  2005-11-01 17:27:35 UTC (rev 52452)
+++ trunk/mcs/tests/test-49.cs  2005-11-01 17:32:48 UTC (rev 52453)
@@ -516,6 +516,21 @@
                return 3;
        }
        
+       static void test_76590 (string s)
+       {
+       switch (s) {
+        case "null":
+               case (string)null:
+          break;
+          
+        case "#":
+          break;
+          
+        default:
+          break;
+        }              
+       }
+       
        static int Main ()
        {
                byte b;

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

Reply via email to