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:
authorHugh Bellamy <hughbellars@gmail.com>2016-02-13 15:28:43 +0300
committerHugh Bellamy <hughbellars@gmail.com>2016-02-13 17:58:09 +0300
commita3c472650e977bfe09601f05ec349f2e90198813 (patch)
tree052084c3eef2716cacad56b0db17292ef9cfe2e4 /src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
parentc6fa1a66c5eb7c34fb5cc3f78e8bc5874702f8f2 (diff)
PR feedback
Fix merge conflict
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.csproj3
1 files changed, 1 insertions, 2 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 71dc135982..a100b604f2 100644
--- a/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
+++ b/src/System.Collections.NonGeneric/tests/System.Collections.NonGeneric.Tests.csproj
@@ -16,8 +16,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<ItemGroup>
- <Compile Include="ArrayList\ArrayListTests.TestData.cs" />
- <Compile Include="ArrayList\ArrayListTests.cs" />
+ <Compile Include="ArrayListTests.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="CaseInsentiveComparerTests.cs" />
<Compile Include="CollectionBaseTests.cs" />