[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System / Test / System.Net.Sockets / SocketTest.cs
index b6ddbf164a5e04ef05fc2d35b59923c2f82abef6..1f18e4705d0a176a08e3d422b0fbd480cbeb3370 100755 (executable)
@@ -205,7 +205,6 @@ namespace MonoTests.System.Net.Sockets
                        Assert.AreEqual (CFAConnected, false, "ConnectFail");
                }
                
-#if !TARGET_JVM
                [Test]
 #if !NET_2_0
                [ExpectedException (typeof (ArgumentException))]
@@ -220,7 +219,6 @@ namespace MonoTests.System.Net.Sockets
                                sock.Close ();
                        }
                }
-#endif
                [Test]
                public void TestSelect1 ()
                {