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:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2018-02-28 21:11:41 +0300
committerGitHub <noreply@github.com>2018-02-28 21:11:41 +0300
commitd2a2221640d86036e0d5e6cf51f6d3a8258e6baa (patch)
tree11be98e46e6e4fab319b9efd5aac63b23638902b /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent7924c62db8400ec14e03089c43e35e561176684d (diff)
Fix a bug in TranslateWin32Expression (#27539)
Add test coverage.
Diffstat (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj')
-rw-r--r--src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
index 5ff308577c..ef777424cb 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -64,6 +64,7 @@
<Compile Include="Enumeration\PatternTransformTests.netcoreapp.cs" />
<Compile Include="Enumeration\RootTests.netcoreapp.cs" />
<Compile Include="Enumeration\AttributeTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\MatchTypesTests.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<!-- Rewritten -->
@@ -195,8 +196,6 @@
<ItemGroup>
<EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
</ItemGroup>
- <ItemGroup>
- <Folder Include="Matchers\" />
- </ItemGroup>
+ <ItemGroup />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file