New test.
authorMarek Safar <marek.safar@gmail.com>
Mon, 30 Nov 2009 19:37:17 +0000 (19:37 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 30 Nov 2009 19:37:17 +0000 (19:37 -0000)
svn path=/trunk/mcs/; revision=147118

mcs/tests/test-partial-27.cs [new file with mode: 0644]
mcs/tests/ver-il-gmcs.xml

diff --git a/mcs/tests/test-partial-27.cs b/mcs/tests/test-partial-27.cs
new file mode 100644 (file)
index 0000000..cf501d1
--- /dev/null
@@ -0,0 +1,15 @@
+using System;
+
+partial class C
+{
+       static partial void Partial (int i);
+       
+       static partial void Partial (string i);
+       
+       public static int Main ()
+       {
+               Partial (1);
+               Partial ("x");
+               return 0;
+       }
+}
\ No newline at end of file
index d67b39012b5b784ab1e39d43c75f1e8050c7281e..8b0cd2e819cb3ddad35fbbbc6a7eefc47aaabbd6 100644 (file)
       </method>
     </type>
   </test>
+  <test name="test-partial-27.cs">
+    <type name="C">
+      <method name="Int32 Main()">
+        <size>2</size>
+      </method>
+      <method name="Void .ctor()">
+        <size>7</size>
+      </method>
+    </type>
+  </test>
   <test name="test-var-01.cs">
     <type name="Test">
       <method name="Void .ctor()">