Fix test/src/JIT/Intrinsics/MathCeiling*.cs copypaste (dotnet/coreclr#26963)
authorTobias Thornfeldt Nissen <38261644+TobiasNissen@users.noreply.github.com>
Thu, 3 Oct 2019 16:21:09 +0000 (18:21 +0200)
committerJan Kotas <jkotas@microsoft.com>
Thu, 3 Oct 2019 16:21:09 +0000 (09:21 -0700)
commitc814c9ede3ee9cc076d2fa98ef2ecdb1a3387859
tree52ce236242e13763db40af0810d14512e41e1ef9
parent4c100d4eaf1774c0e73fa0dcb5ab02d28c3015c7
Fix test/src/JIT/Intrinsics/MathCeiling*.cs copypaste (dotnet/coreclr#26963)

Fixes the tests tests/src/JIT/Intrinsics/MathCeilingDouble.cs and tests/src/JIT/Intrinsics/MathCeilingDouble.cs, making sure they actually use the Ceiling method.

Fix dotnet/coreclr#26941

Commit migrated from https://github.com/dotnet/coreclr/commit/474747baec1e528dd0367838908d32b76eaf869d
src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble.cs
src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle.cs