Fix another regression in the Array.Sort () methods, allow keys and items to be of...
authorZoltan Varga <vargaz@gmail.com>
Sat, 23 Oct 2010 14:47:30 +0000 (16:47 +0200)
committerZoltan Varga <vargaz@gmail.com>
Sat, 23 Oct 2010 14:47:30 +0000 (16:47 +0200)
commit8e755d35010c5e02ee7a6bd6d79503ba023f02e1
tree3d531f939b53cd9f6259a0e2cf7ad39d6a906f4f
parent4c883ffdd5351bb653b1f2a762d1b4d33f7b56cd
Fix another regression in the Array.Sort () methods, allow keys and items to be of different length. Fixes #648828.
mcs/class/corlib/System/Array.cs
mcs/class/corlib/Test/System/ArrayTest.cs