Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-01-02 19:16:49 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-03 13:23:29 +0300
commit5de513945b76d29d9704e167e7ba05f4abfa8c29 (patch)
tree8084805d6d8da142aa8424090f2e2620283359b4 /mcs/tests/ver-il-net_4_x.xml
parente23e916f26abdda2b7ef6f65d4ae844081ee66a1 (diff)
[mcs] Allow calling by-ref types virtual methods which can be devirtualized.
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 0352e5c601d..8f37458a29d 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -73203,6 +73203,21 @@
</method>
</type>
</test>
+ <test name="test-ref-10.cs">
+ <type name="ValueStringBuilder">
+ <method name="System.String ToString()" attrs="198">
+ <size>14</size>
+ </method>
+ </type>
+ <type name="X">
+ <method name="Int32 Main()" attrs="150">
+ <size>47</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-static-using-01.cs">
<type name="A.B.X">
<method name="Int32 Test()" attrs="150">