Fix Array.Sort in the presence of nulls (#41234)
authorPetr Onderka <gsvick@gmail.com>
Sun, 23 Aug 2020 22:39:02 +0000 (00:39 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Aug 2020 22:39:02 +0000 (15:39 -0700)
commit3a4307e4ea7e3a212a73fa72c66c0efe578945d8
tree527408ec861d3e85e854e927481981cd9d641476
parent4b431b50e311dda8335b0b8a27ef12eae0cf4b63
Fix Array.Sort in the presence of nulls (#41234)

* Add failing test case

* Fix Array.Sort in the presence of nulls
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs
src/libraries/System.Runtime/tests/System/ArrayTests.cs