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>2017-07-01 01:34:37 +0300
committerMarek Safar <marek.safar@gmail.com>2017-07-01 01:34:37 +0300
commit18dc4ebcd0297e0dc51067c3aaa91fe2c1540052 (patch)
tree87bb2203e9462eff945898e2adc8e65ccd59c6b7 /mcs/tests/ver-il-net_4_x.xml
parent2ceb6e94027c28dd84a8db68680134a14ec26635 (diff)
[mcs] C#7 tuples var deconstruct
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 77879db1c1e..5eac11969e1 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -72834,14 +72834,11 @@
<test name="test-tuple-03.cs">
<type name="TupleDeconstruct">
<method name="Int32 Main()" attrs="150">
- <size>42</size>
+ <size>144</size>
</method>
<method name="Void Test2()" attrs="145">
<size>22</size>
</method>
- <method name="Void var1(System.Object, System.Object)" attrs="145">
- <size>2</size>
- </method>
<method name="Void TestCustom()" attrs="145">
<size>7</size>
</method>
@@ -72874,6 +72871,11 @@
<size>7</size>
</method>
</type>
+ <type name="TupleDeconstruct">
+ <method name="System.ValueTuple`2[System.Int32,System.Int64] Test3()" attrs="145">
+ <size>17</size>
+ </method>
+ </type>
</test>
<test name="test-tuple-04.cs">
<type name="Test">