Author: marek
Date: 2005-04-26 03:33:40 -0400 (Tue, 26 Apr 2005)
New Revision: 43582

Modified:
   trunk/mcs/tests/ChangeLog
   trunk/mcs/tests/Makefile
   trunk/mcs/tests/cls-test-6.cs
Log:
2005-04-26  Marek Safar <[EMAIL PROTECTED]>

        * cls-test-6.cs: Put in a new test.

Modified: trunk/mcs/tests/ChangeLog
===================================================================
--- trunk/mcs/tests/ChangeLog   2005-04-26 07:24:42 UTC (rev 43581)
+++ trunk/mcs/tests/ChangeLog   2005-04-26 07:33:40 UTC (rev 43582)
@@ -1,3 +1,7 @@
+2005-04-26  Marek Safar <[EMAIL PROTECTED]>
+
+       * cls-test-6.cs: Put in a new test.
+
 2005-04-18  Raja R Harinath  <[EMAIL PROTECTED]>
 
        * test-369.cs: New test based on #74481.

Modified: trunk/mcs/tests/Makefile
===================================================================
--- trunk/mcs/tests/Makefile    2005-04-26 07:24:42 UTC (rev 43581)
+++ trunk/mcs/tests/Makefile    2005-04-26 07:33:40 UTC (rev 43582)
@@ -32,7 +32,7 @@
 # Martin Baulig will manually move them into TEST_SOURCES_common after merging 
the code into GMCS.
 # He may also move some to TEST_EXCLUDE_net_2_0 if some of the merges are 
inappropriate for GMCS.
 #
-NEW_TEST_SOURCES_common = test-336 test-369
+NEW_TEST_SOURCES_common = test-336 test-369 cls-test-6
 
 #
 # Please do _not_ add any tests here - all new tests should go into 
NEW_TEST_SOURCES_common
@@ -78,7 +78,7 @@
        test-341 test-342 test-343 test-344 test-345 test-346 test-347 test-348 
test-349 test-350 \
        test-351 test-352 test-353 test-354 test-355 test-356 test-357 test-358 
test-359 test-360 \
        test-361 test-362 test-363 test-364 test-365 test-366 test-367 test-368 
                  \
-       cls-test-0 cls-test-1 cls-test-2 cls-test-3 cls-test-5 cls-test-6 
cls-test-7 cls-test-10  \
+       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 
\

Modified: trunk/mcs/tests/cls-test-6.cs
===================================================================
--- trunk/mcs/tests/cls-test-6.cs       2005-04-26 07:24:42 UTC (rev 43581)
+++ trunk/mcs/tests/cls-test-6.cs       2005-04-26 07:33:40 UTC (rev 43582)
@@ -44,6 +44,8 @@
     public CLSClass_2(int[,] b) {
     }
 
+    public void Test (int[,] b, int i) {}
+    public void Test (int[,,] b, bool b2) {}
 }
 
 public class X1 {

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

Reply via email to