[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / CursorTest.cs
index a8fe981813776235d85a5342087be8d520652a9c..fd11142b004d7e4eabb745ad8d76f64fd4c366f0 100644 (file)
@@ -26,7 +26,6 @@ namespace MonoTests.System.Windows.Forms
                        new Cursor (typeof (CursorTest).Assembly.GetManifestResourceStream ("a.cur"));
                }
 
-#if NET_2_0
                [Test]
                public void CursorPropertyTag ()
                {
@@ -38,6 +37,5 @@ namespace MonoTests.System.Windows.Forms
                        md.Tag = s;
                        Assert.AreSame (s, md.Tag, "A2");
                }
-#endif
        }
 }