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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;