Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Dec 3, 2012
1 parent a35bd35 commit 2f17383
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion mcs/tests/test-704.cs
Expand Up @@ -20,7 +20,7 @@ private static void ArglistMethod (__arglist)
Console.WriteLine (TypedReference.ToObject (iter.GetNextArg ()));
}

unsafe public static Main (string[] args)
unsafe public static void Main (string[] args)
{
ArglistMethod (__arglist (1, 2, 3));
}
Expand Down
30 changes: 11 additions & 19 deletions mcs/tests/ver-il-net_4_5.xml
Expand Up @@ -4752,14 +4752,9 @@
<method name="Void .ctor()" attrs="6278">
<size>7</size>
</method>
</type>
<type name="TestLog+MyTest">
<method name="Void Main(System.String[])" attrs="150">
<size>207</size>
</method>
<method name="Void .ctor()" attrs="6278">
<size>7</size>
</method>
</type>
</test>
<test name="gtest-057.cs">
Expand Down Expand Up @@ -5170,21 +5165,18 @@
<size>7</size>
</method>
</type>
<type name="TestLog+MyTest">
<type name="Pair`2[T,U]">
<method name="Void .ctor(T, U)" attrs="6278">
<size>16</size>
</method>
</type>
<type name="TestLog">
<method name="Void Main(System.String[])" attrs="150">
<size>212</size>
</method>
<method name="Void TestPairLog()" attrs="150">
<size>186</size>
</method>
<method name="Void .ctor()" attrs="6278">
<size>7</size>
</method>
</type>
<type name="Pair`2[T,U]">
<method name="Void .ctor(T, U)" attrs="6278">
<size>16</size>
</method>
</type>
</test>
<test name="gtest-073.cs">
Expand Down Expand Up @@ -14622,7 +14614,7 @@
</method>
</type>
<type name="testcase.Program">
<method name="Int32 Main()" attrs="145">
<method name="Int32 Main()" attrs="150">
<size>88</size>
</method>
<method name="Void .ctor()" attrs="6278">
Expand Down Expand Up @@ -27950,7 +27942,7 @@
</method>
</type>
<type name="Test.Test">
<method name="Int32 Main()" attrs="145">
<method name="Int32 Main()" attrs="150">
<size>114</size>
</method>
<method name="Void .ctor()" attrs="6278">
Expand Down Expand Up @@ -28704,7 +28696,7 @@
<method name="Int32 GetHashCode()" attrs="198">
<size>26</size>
</method>
<method name="Int32 Main()" attrs="145">
<method name="Int32 Main()" attrs="150">
<size>39</size>
</method>
</type>
Expand Down Expand Up @@ -36902,7 +36894,7 @@
</test>
<test name="test-442.cs">
<type name="ConsoleApplication1.Program">
<method name="Void Main(System.String[])" attrs="145">
<method name="Void Main(System.String[])" attrs="150">
<size>73</size>
</method>
<method name="Void .ctor()" attrs="6278">
Expand Down Expand Up @@ -42734,7 +42726,7 @@
<method name="Void ArglistMethod(...)" attrs="145">
<size>52</size>
</method>
<method name="Void Main(System.String[])" attrs="145">
<method name="Void Main(System.String[])" attrs="150">
<size>10</size>
</method>
<method name="Void .ctor()" attrs="6278">
Expand Down

0 comments on commit 2f17383

Please sign in to comment.