[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / LinkAreaTest.cs
index ead19b99161dda1a39b090c3c8c2c541729c8d14..e39810fdbe06e349b046cc80b12e7ecbf8158870 100644 (file)
@@ -8,7 +8,6 @@ namespace MonoTests.System.Windows.Forms
        [TestFixture]
        public class LinkAreaTest : TestHelper
        {       
-#if NET_2_0
                [Test]
                public void LinkAreaToString ()
                {
@@ -45,6 +44,5 @@ namespace MonoTests.System.Windows.Forms
                        Assert.IsTrue (l1 != l2, "A2");
                        Assert.IsTrue (l2 != l3, "A3");
                }
-#endif
        }
 }