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-15 03:06:04 +0300
committerGitHub <noreply@github.com>2018-02-15 03:06:04 +0300
commit11182e0c4e65fb1e6fa0596ca9d991e3382c9fb2 (patch)
treefef2bd55aba44248d5ea3e53b54418893c627b97 /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent1eb5ddf1d0a3dbc0a221769a45d81d2a2b7fa81d (diff)
Add some pattern transformation tests (#27133)
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.csproj1
1 files changed, 1 insertions, 0 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 51e22c988f..4bf205f368 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -61,6 +61,7 @@
<Compile Include="Enumeration\TrimmedPaths.netcoreapp.cs" />
<Compile Include="Enumeration\ErrorHandlingTests.netcoreapp.cs" />
<Compile Include="Enumeration\IncludePredicateTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\PatternTransformTests.netcoreapp.cs" />
</ItemGroup>
<ItemGroup>
<!-- Rewritten -->