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-08-05 00:48:16 +0300
committerMarek Safar <marek.safar@gmail.com>2017-08-05 00:49:42 +0300
commit858f025f695f5668b15a64e752160230733b4f98 (patch)
tree29a25150ba8bed3c0c6a896e98efbaeba0b9285c /mcs/tests/ver-il-net_4_x.xml
parent94bb3cadd263987736a9d3ec23856caa88a6fcbc (diff)
[mcs] Adds handling for declared variables from while loop condition
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, 16 insertions, 0 deletions
diff --git a/mcs/tests/ver-il-net_4_x.xml b/mcs/tests/ver-il-net_4_x.xml
index eae0f275f16..d3c5c4ff729 100644
--- a/mcs/tests/ver-il-net_4_x.xml
+++ b/mcs/tests/ver-il-net_4_x.xml
@@ -68511,6 +68511,22 @@
</method>
</type>
</test>
+ <test name="test-decl-expr-05.cs">
+ <type name="X">
+ <method name="Void Test(System.String)" attrs="129">
+ <size>29</size>
+ </method>
+ <method name="Boolean Call(System.String ByRef)" attrs="145">
+ <size>17</size>
+ </method>
+ <method name="Void Main()" attrs="150">
+ <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">