[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / NotifyIconTest.cs
index a85edf59615a12f17e25373ef12d1282ea3ba533..e99ae188a531ec64250f39787aec6f2549985e09 100644 (file)
@@ -9,7 +9,6 @@ namespace MonoTests.System.Windows.Forms
        [TestFixture]
        public class NotifyIconTest : TestHelper
        {
-#if NET_2_0
                [Test]
                public void PropertyTag ()
                {
@@ -46,6 +45,5 @@ namespace MonoTests.System.Windows.Forms
                        ni.Visible = true;
                        ni.ShowBalloonTip (1);
                }
-#endif
        }
 }