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:
authormdh1418 <mitchhwang1418@gmail.com>2020-01-24 11:18:32 +0300
committerMarek Safar <marek.safar@gmail.com>2020-01-24 11:18:32 +0300
commitae9335ac2182a2bee66855e5e9265969f9a505f0 (patch)
tree3d3431e4e829ca52ec455ceffbffa0ab5bd87573 /mcs/tests/ver-il-net_4_x.xml
parent8d699659199f5d1f294534d6847e105ae67030ee (diff)
[mcs] Fix support for digit separators (#18539)
* [mcs] skip "_" when building number * [mcs] Refactor digit separator feature report * [mcs] Clean up digit separator code * [mcs] Throw errors for invalid digit separator usage * [mcs] Fix hex and bin usage of digit separator tests * [mcs] Add digit separator usages that throw errors * [mcs] Update il
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 60cfdfef724..bd756ae9480 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -53205,7 +53205,7 @@
<test name="test-950.cs">
<type name="B">
<method name="Void Main()" attrs="150">
- <size>26</size>
+ <size>23</size>
</method>
<method name="Void .ctor()" attrs="6278">
<size>7</size>
@@ -73855,7 +73855,7 @@
<test name="test-ref-07.cs">
<type name="TestMain">
<method name="Void Main()" attrs="150">
- <size>7</size>
+ <size>6</size>
</method>
</type>
<type name="Test">
@@ -74509,13 +74509,13 @@
</test>
<test name="test-tuple-11.cs">
<type name="Program">
- <method name="Int32 Main()" attrs="150">
- <size>70</size>
- </method>
- <method name="Void .ctor()" attrs="6278">
+ <method name="Int32 Main()" attrs="150">
+ <size>70</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
<size>7</size>
- </method>
- </type>
+ </method>
+ </type>
</test>
<test name="test-var-01.cs">
<type name="Test">