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-22 16:59:55 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-22 21:11:27 +0300
commit51e1e5af325baa566bd6b65dd045e461eb1cef7c (patch)
treeb1135eb60b5e72698c51d0f60cdbb06599f533f3 /mcs/tests/ver-il-net_4_x.xml
parentb519d42c15e08158ad48824bab4922797a766704 (diff)
[mcs] Implements C# 7 tuples implicit deconstruction
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index aa3578da455..dbb2e5869e9 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -68710,19 +68710,6 @@
</method>
</type>
</test>
- <test name="test-default-03.cs">
- <type name="X">
- <method name="Int32 Main()" attrs="150">
- <size>25</size>
- </method>
- <method name="Byte[] Test(S`1[System.Byte])" attrs="145">
- <size>10</size>
- </method>
- <method name="Void .ctor()" attrs="6278">
- <size>7</size>
- </method>
- </type>
- </test>
<test name="test-dictinit-01.cs">
<type name="Program">
<method name="Int32 Main()" attrs="145">
@@ -73776,6 +73763,19 @@
</method>
</type>
</test>
+ <test name="test-tuple-09.cs">
+ <type name="TupleDeconstructionDeclaration">
+ <method name="Int32 Main()" attrs="150">
+ <size>99</size>
+ </method>
+ <method name="System.ValueTuple`2[System.String,System.Int64] GetValues()" attrs="145">
+ <size>21</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-var-01.cs">
<type name="Test">
<method name="Int32 Main()" attrs="150">