Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2018-04-10 02:47:59 +0300
committerGitHub <noreply@github.com>2018-04-10 02:47:59 +0300
commitee3aeb317b39d5c73a3f3595ca979f5c6c3644fa (patch)
treefcd4fd903f0f8a94b31fa93aca0f41029a16b942
parent1d236914207ea4ab421d05b4cee1b1edae774933 (diff)
Date changed for English and Us date writing style (#28945)
-rw-r--r--src/System.Runtime.Extensions/tests/Performance/System/Perf.Convert.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Runtime.Extensions/tests/Performance/System/Perf.Convert.cs b/src/System.Runtime.Extensions/tests/Performance/System/Perf.Convert.cs
index cc24b8ba2e..f9bdac896a 100644
--- a/src/System.Runtime.Extensions/tests/Performance/System/Perf.Convert.cs
+++ b/src/System.Runtime.Extensions/tests/Performance/System/Perf.Convert.cs
@@ -101,8 +101,8 @@ namespace System
[InlineData("Fri, 27 Feb 2009 03:11:21 GMT")]
[InlineData("Thursday, February 26, 2009")]
[InlineData("February 26, 2009")]
- [InlineData("12/31/1999 11:59:59 PM")]
- [InlineData("12/31/1999")]
+ [InlineData("12/12/1999 11:59:59 PM")]
+ [InlineData("12/12/1999")]
public void ToDateTime_String(string value)
{
int innerIterationCount = (int)Benchmark.InnerIterationCount;