Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-02-22 12:35:08 +0300
committerMarek Safar <marek.safar@gmail.com>2017-02-22 12:35:55 +0300
commit16dd36fe773783a975b585ae79986fda8904f44d (patch)
tree0f9dc05bca7181b72e094c3446ceec8194c3ecbd
parentf8f323d671b2528110c552b7f42ce53bf6846acd (diff)
[System] Test fix for watch
-rwxr-xr-xmcs/class/System/Test/System.Net.Sockets/SocketTest.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System/Test/System.Net.Sockets/SocketTest.cs b/mcs/class/System/Test/System.Net.Sockets/SocketTest.cs
index bce47bcbf0d..5473cf3916b 100755
--- a/mcs/class/System/Test/System.Net.Sockets/SocketTest.cs
+++ b/mcs/class/System/Test/System.Net.Sockets/SocketTest.cs
@@ -4677,9 +4677,6 @@ namespace MonoTests.System.Net.Sockets
}
[Test] // Covers https://bugzilla.xamarin.com/show_bug.cgi?id=52549
-#if FEATURE_NO_BSD_SOCKETS
- [ExpectedException (typeof (PlatformNotSupportedException))]
-#endif
public void SocketMismatchProtocol ()
{
try {