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:
authorAtsushi Kanamori <AtsushiKan@users.noreply.github.com>2017-06-22 17:20:31 +0300
committerStephen Toub <stoub@microsoft.com>2017-06-22 17:20:31 +0300
commit4f9ca6c45d934f3fc3861ec5b0cfb606fac61cb9 (patch)
tree4bd034ff7881cd600c22300b5b3944edb5784ed9 /src/System.Linq
parentbf52e59991a08052f7ba016768dda8e73d71c497 (diff)
Add OrdinalCaseSensitiveComparer to LINQ tests rd.xml (#21364)
Fixes https://github.com/dotnet/corefx/issues/21299
Diffstat (limited to 'src/System.Linq')
-rw-r--r--src/System.Linq/tests/Resources/System.Linq.Tests.rd.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Linq/tests/Resources/System.Linq.Tests.rd.xml b/src/System.Linq/tests/Resources/System.Linq.Tests.rd.xml
index c72fd95771..2eafb9941a 100644
--- a/src/System.Linq/tests/Resources/System.Linq.Tests.rd.xml
+++ b/src/System.Linq/tests/Resources/System.Linq.Tests.rd.xml
@@ -2,6 +2,7 @@
<Library>
<!-- Needed because of StringComparer instance in [Theory] data which causes xunit to reflect on its ToString() -->
<Type Name="System.OrdinalComparer" Dynamic="Required Public" />
+ <Type Name="System.OrdinalCaseSensitiveComparer" Dynamic="Required Public" />
<Type Name="System.Collections.Generic.GenericEqualityComparer`1" Dynamic="Required Public" />
<!-- ConsistencyTests.MatchSequencePattern() test explicitly probes these types -->