Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Jan 7, 2011
1 parent 795ab85 commit e854848
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mcs/tests/ver-il-gmcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13964,6 +13964,32 @@
</method>
</type>
</test>
<test name="gtest-550.cs">
<type name="Foo.Magic">
<method name="Int32 Main()">
<size>12</size>
</method>
</type>
<type name="Foo.Magic`1[T]">
<method name="Void Upsample(IUpDown)">
<size>8</size>
</method>
</type>
<type name="Foo.Instance">
<method name="Int32 get_DestinationDimension()">
<size>2</size>
</method>
<method name="Decimal get_Item(Int32)">
<size>6</size>
</method>
<method name="Void set_Item(Int32, Decimal)">
<size>6</size>
</method>
<method name="Void .ctor()">
<size>7</size>
</method>
</type>
</test>
<test name="gtest-anon-1.cs">
<type name="X">
<method name="Void .ctor()">
Expand Down Expand Up @@ -50283,6 +50309,16 @@
</method>
</type>
</test>
<test name="test-var-09.cs">
<type name="A">
<method name="Int32 Main()">
<size>12</size>
</method>
<method name="Void .ctor()">
<size>7</size>
</method>
</type>
</test>
<test name="test-xml-042.cs">
<type name="TestNamespace.TestClass">
<method name="Void .ctor()">
Expand Down

0 comments on commit e854848

Please sign in to comment.