Fix this test to work on 2.0.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 22 Oct 2013 17:12:05 +0000 (13:12 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 22 Oct 2013 17:12:05 +0000 (13:12 -0400)
mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs

index 212d5db9ca5f38f8948ce9cd39bfc257b33f7407..dbd87cd44905c98801c6c923275ba3daa44df434 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_4_5
 using System;
 using System.Net;
 using System.Threading;
@@ -9,7 +10,6 @@ using System.Text;
 
 using NUnit.Framework;
 
-#if NET_4_5
 
 namespace MonoTests.System.Net.WebSockets
 {