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-19 13:26:36 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-19 16:49:47 +0300
commiteef1a5aff241bb1cf5e7cac615bee2d4b65f0993 (patch)
tree9ede08b7eb218b34f66acf6654663dd3db19d453 /mcs/tests/ver-il-net_4_x.xml
parenta5e2efe17f249ae609bdc3015fe05da5750cb224 (diff)
[mcs] Adds missing default literal conversion test in probing code path
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index faa5d1f780b..aa3578da455 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -68694,7 +68694,7 @@
<test name="test-default-02.cs">
<type name="C">
<method name="Void Main()" attrs="145">
- <size>8</size>
+ <size>36</size>
</method>
<method name="Void M[T](T, T)" attrs="145">
<size>2</size>
@@ -68705,6 +68705,22 @@
<method name="Void .ctor()" attrs="6278">
<size>7</size>
</method>
+ <method name="Byte[] Test(S`1[System.Byte])" attrs="145">
+ <size>10</size>
+ </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">