Delete Single/Double.GetHashCode tests (#16567)
authorJan Kotas <jkotas@microsoft.com>
Mon, 26 Feb 2018 17:29:23 +0000 (09:29 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 17:29:23 +0000 (09:29 -0800)
commitc431646aad2b712b24ab95b956c9147afe896af1
tree334b9283cb0de998848c631a82b0b038385e96af
parent1fb31fcf138c3d6840afb71e9275c6fa1cd80aa8
Delete Single/Double.GetHashCode tests (#16567)

The test is failing because of change in the -NaN hashcode. CoreFX has redundant and better test coverage for these.

Fixes #16566
tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/double/doublegethashcode.cs [deleted file]
tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/single/singlegethashcode.cs [deleted file]