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:
authorEric Mellino <erme@microsoft.com>2016-02-17 02:04:52 +0300
committerEric Mellino <erme@microsoft.com>2016-02-17 02:04:52 +0300
commitc26b5f58b173db394a2fd3ebce8d357d86776c30 (patch)
treeed784b4f771f87c1ae1df7e7d3c6b45134cc6eef /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parent8c32e5af88f0e00eb709bdc1412be7f641c1305e (diff)
Fix file casing in System.Collections.NonGeneric.Tests.csproj
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj')
-rw-r--r--src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
index a100b604f2..9387b77627 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -32,7 +32,7 @@
<Link>Common\System\Diagnostics\DebuggerAttributes.cs</Link>
</Compile>
<!-- Performance Tests -->
- <Compile Include="Performance\Perf.Hashtable.cs" />
+ <Compile Include="Performance\Perf.HashTable.cs" />
<Compile Include="$(CommonTestPath)\System\PerfUtils.cs">
<Link>Common\System\PerfUtils.cs</Link>
</Compile>