[corlib] Use array managed parts from corert to fix bugs in sorting and arguments...
[mono.git] / mcs / class / corlib / Test / System / ArrayTest.cs
index f8d33b932faaff3ce22b010e82b0a73673e2de14..443b6874e6a519ed308f667f204c927f2234ec4a 100644 (file)
@@ -1003,7 +1003,6 @@ public class ArrayTest
                int[] myBoundArray = new int[1] { Int32.MinValue };
                Array myExtremeArray=Array.CreateInstance ( typeof(String), myLengthArray, myBoundArray );
                Assert.AreEqual (Int32.MaxValue, ((IList)myExtremeArray).IndexOf (42), "AD04");
-
        }
 
        [Test]