[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ToolBarButtonTest.cs
index adc5f0dd6d8bd8455f9781e478f7314d7711bcb1..0a96d5a04a05d8bbf0cbf37368259af8806079f4 100644 (file)
@@ -78,7 +78,6 @@ namespace MonoTests.System.Windows.Forms
                        Assert.AreEqual ("", tbb.Text, "A3");
                }
                
-#if NET_2_0
                [Test]
                public void Name ()
                {
@@ -110,7 +109,6 @@ namespace MonoTests.System.Windows.Forms
                        Assert.AreEqual (-1, b.ImageIndex, "D5");
                        Assert.AreEqual ("test", b.ImageKey, "D6");
                }
-#endif
        }
 
 }