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:
authorAlexis Christoforides <alexis@thenull.net>2019-04-23 10:49:31 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-30 13:05:34 +0300
commit9e2e737a9545bcf5426a58519580a0a953662662 (patch)
tree2fa908ebff5c6b3c794feb3833eb9d04e3de887f /src/System.IO.FileSystem/tests
parent6b60dc987d78528f2ac60269012852eed1b7aefa (diff)
Fix copy/paste typos
Diffstat (limited to 'src/System.IO.FileSystem/tests')
-rw-r--r--src/System.IO.FileSystem/tests/Directory/Exists.cs2
-rw-r--r--src/System.IO.FileSystem/tests/File/Exists.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.IO.FileSystem/tests/Directory/Exists.cs b/src/System.IO.FileSystem/tests/Directory/Exists.cs
index 8f23230d25..a837f8ec8e 100644
--- a/src/System.IO.FileSystem/tests/Directory/Exists.cs
+++ b/src/System.IO.FileSystem/tests/Directory/Exists.cs
@@ -315,7 +315,7 @@ namespace System.IO.Tests
Assert.False(Exists(component));
}
-#if MONODROID
+#if !MONODROID
[Theory,
MemberData(nameof(UncPathsWithoutShareName))]
public void UncPathWithoutShareNameAsPath_ReturnsFalse(string component)
diff --git a/src/System.IO.FileSystem/tests/File/Exists.cs b/src/System.IO.FileSystem/tests/File/Exists.cs
index 14c3519fbc..1faf6f6418 100644
--- a/src/System.IO.FileSystem/tests/File/Exists.cs
+++ b/src/System.IO.FileSystem/tests/File/Exists.cs
@@ -247,7 +247,7 @@ namespace System.IO.Tests
Assert.False(Exists(component));
}
-#if MONODROID
+#if !MONODROID
[Theory,
MemberData(nameof(UncPathsWithoutShareName))]
public void UncPathWithoutShareNameAsPath_ReturnsFalse(string component)