Author: marek
Date: 2007-08-16 07:42:49 -0400 (Thu, 16 Aug 2007)
New Revision: 84188

Modified:
   trunk/mcs/tests/test-anon-70.cs
Log:
Add new test

Modified: trunk/mcs/tests/test-anon-70.cs
===================================================================
--- trunk/mcs/tests/test-anon-70.cs     2007-08-16 11:42:08 UTC (rev 84187)
+++ trunk/mcs/tests/test-anon-70.cs     2007-08-16 11:42:49 UTC (rev 84188)
@@ -21,6 +21,10 @@
                                                diffException = ex;
                                        } finally {
                                        }
+                                       
+                                       try {
+                                       } catch {
+                                       }
                                });
                                
                int[] i_a = new int [] { 1,2,3 };

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

Reply via email to