[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / MessageTest.cs
index 782c5724795939912e65ecabd497867538b95afc..74f287cd0d6e920493c1f25ec4eda2a84a4fe9de 100644 (file)
@@ -29,7 +29,6 @@ namespace MonoTests.System.Windows.Forms
                        Assert.AreEqual ("msg=0x2 (WM_DESTROY) hwnd=0x7b wparam=0xea lparam=0x159 result=0x2", msg.ToString ());
                }
 
-#if NET_2_0
                [Test]
                public void Equality ()
                {
@@ -69,6 +68,5 @@ namespace MonoTests.System.Windows.Forms
                        Assert.IsTrue (msg1 != msg4, "A3");
                        Assert.IsFalse (msg1 != msg5, "A4");
                }
-#endif
        }
 }