Author: martin
Date: 2005-05-03 10:16:37 -0400 (Tue, 03 May 2005)
New Revision: 43930

Added:
   trunk/mcs/tests/a-foreach.cs
Removed:
   trunk/mcs/tests/2test-19.cs
Modified:
   trunk/mcs/tests/Makefile
Log:
Ooops, renamed.


Deleted: trunk/mcs/tests/2test-19.cs
===================================================================
--- trunk/mcs/tests/2test-19.cs 2005-05-03 14:14:48 UTC (rev 43929)
+++ trunk/mcs/tests/2test-19.cs 2005-05-03 14:16:37 UTC (rev 43930)
@@ -1,19 +0,0 @@
-using System;
-        
-delegate void A ();
-
-class DelegateTest {
-       static void Main (string[] argv)
-       {
-               Console.WriteLine ("Test");
-
-               foreach (string arg in argv) {
-                       Console.WriteLine ("OUT: {0}", arg);
-                       A a = delegate {
-                               Console.WriteLine ("arg: {0}", arg);
-                       };
-                       a ();
-               }
-       }
-}
-      

Modified: trunk/mcs/tests/Makefile
===================================================================
--- trunk/mcs/tests/Makefile    2005-05-03 14:14:48 UTC (rev 43929)
+++ trunk/mcs/tests/Makefile    2005-05-03 14:16:37 UTC (rev 43930)
@@ -83,7 +83,7 @@
        cls-test-0 cls-test-1 cls-test-2 cls-test-3 cls-test-5 cls-test-7 
cls-test-10  \
        cls-test-11 cls-test-12 cls-test-14 cls-test-15 cls-test-16 \
        2test-1  2test-2  2test-3  2test-4  2test-5  2test-6  2test-7  2test-8  
2test-9  2test-10 \
-       2test-11 2test-12 2test-13 2test-14          2test-16 2test-17 2test-18 
2test-19 \
+       2test-11 2test-12 2test-13 2test-14          2test-16 2test-17 2test-18 
\
        unsafe-1 unsafe-2 unsafe-3 unsafe-5 unsafe-6 unsafe-7 unsafe-8 unsafe-9 
unsafe-10 \
        mtest-1-dll mtest-1-exe \
        mtest-2-dll mtest-2-exe \
@@ -105,6 +105,7 @@
        a-capture2      a-capture8    a-nested-anon4                            
        \
        a-capture3      a-capture9    a-nested-anon     a-simple2               
        \
        a-capture4      a-event       a-nested          a-simple                
        \
+       a-foreach                                                               
        \
        acc-modifiers   acc-modifiers2                                          
        \
        $(TEST_SOURCES_XML)                                                     
        \
        $(NEW_TEST_SOURCES_common)

Copied: trunk/mcs/tests/a-foreach.cs (from rev 43929, 
trunk/mcs/tests/2test-19.cs)

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

Reply via email to