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-12-31 16:02:58 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-02 17:30:28 +0300
commit1003597c4e2664689e2cfa6ef5f17d4e3274b7cf (patch)
treecf5997c7ff221654f91239c244dac1a8361de116 /mcs/tests/ver-il-net_4_x.xml
parenteb3f9147ae855e1bbc7e5fa63ac2a37b41abe5e0 (diff)
[mcs] Implements 7.2 stackalloc to Span assignment conversion.
Diffstat (limited to 'mcs/tests/ver-il-net_4_x.xml')
-rw-r--r--mcs/tests/ver-il-net_4_x.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index 741335b568d..0352e5c601d 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -52826,6 +52826,19 @@
</method>
</type>
</test>
+ <test name="test-948.cs">
+ <type name="X">
+ <method name="Void Main()" attrs="150">
+ <size>16</size>
+ </method>
+ <method name="Void Foo()" attrs="129">
+ <size>2</size>
+ </method>
+ <method name="Void .ctor()" attrs="6278">
+ <size>7</size>
+ </method>
+ </type>
+ </test>
<test name="test-95.cs">
<type name="X">
<method name="Int32 Main()" attrs="150">