[BigInteger] Fix some tests typos.
authorMarius Ungureanu <marius.ungureanu@xamarin.com>
Tue, 25 Mar 2014 11:12:40 +0000 (13:12 +0200)
committerMarius Ungureanu <marius.ungureanu@xamarin.com>
Tue, 25 Mar 2014 11:12:40 +0000 (13:12 +0200)
mcs/class/System.Numerics/Test/System.Numerics/BigIntegerTest.cs

index 6b87df02c3c2ddbdeafe151e2388d47a8f3670c3..4aa0ffbd029d7182e8ce1a137baf1fef4c6ac3b5 100644 (file)
@@ -1057,7 +1057,7 @@ namespace MonoTests.System.Numerics
                }
 
                [Test]
-               public void LeftShitByInt ()
+               public void LeftShiftByInt ()
                {
                        var v = BigInteger.Parse("230794411440927908251127453634");
 
@@ -1135,7 +1135,7 @@ namespace MonoTests.System.Numerics
 
 
                [Test]
-               public void RightShitByInt ()
+               public void RightShiftByInt ()
                {
                        var v = BigInteger.Parse("230794411440927908251127453634");
                        v = v * BigInteger.Pow (2, 70);