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-03-12 04:59:23 +0300
committerGitHub <noreply@github.com>2018-03-12 04:59:23 +0300
commitb4dfbadf5dd4410616061ddb1057f1bcee7bb41f (patch)
tree40d1f66d8d772bd31d882ca31b09ec95525933bb /src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
parent32bbfca77bb3e3d0c73a6954f1598cf8e91906a9 (diff)
More FileSystem tests (#27955)
- Fix #27244 validation - Add more enumerable tests Fixes #27244
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.csproj2
1 files changed, 1 insertions, 1 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 4bc153ab4a..c3b81a74b4 100644
--- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
+++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj
@@ -56,7 +56,7 @@
<Compile Include="Enumeration\ConstructionTests.netcoreapp.cs" />
<Compile Include="Enumeration\SpecialDirectoryTests.netcoreapp.cs" />
<Compile Include="Enumeration\SkipAttributeTests.netcoreapp.cs" />
- <Compile Include="Enumeration\Win32MatcherTests.netcoreapp.cs" />
+ <Compile Include="Enumeration\FileSystemNameTests.netcoreapp.cs" />
<Compile Include="Enumeration\MatchCasingTests.netcoreapp.cs" />
<Compile Include="Enumeration\TrimmedPaths.netcoreapp.cs" />
<Compile Include="Enumeration\ErrorHandlingTests.netcoreapp.cs" />