[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / BindingContextTest.cs
index 7b59d71da5efd8a1309528a80779ef8e8df0c760..2d509fbeccc95f92dbae6f67d427710883bb0158 100644 (file)
@@ -171,7 +171,6 @@ namespace MonoTests.System.Windows.Forms.DataBinding {
                        Assert.AreEqual (0, d.Position, "INWM10");
                }
 
-#if NET_2_0
                [Test]
                public void TestIndexerICurrencyManagerProvider ()
                {
@@ -185,7 +184,6 @@ namespace MonoTests.System.Windows.Forms.DataBinding {
                        Assert.AreEqual (false, bc.Contains (source), "A2");
                        Assert.AreEqual (0, ((ICollection)bc).Count, "A3");
                }
-#endif
 
                [Test]
                [ExpectedException (typeof (ArgumentException))]