[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Printing / PageSourceTest.cs
index d1e3ce78106465ed6b30e7ff1f70e9a4b92053f0..ccfab50dc95b14c44f780a544969a3318cd6db79 100644 (file)
@@ -34,7 +34,6 @@ namespace MonoTests.System.Drawing.Printing
        [TestFixture]
        public class PaperSourceTest
        {
-#if NET_2_0
                [Test]
                public void KindTest ()
                {
@@ -91,7 +90,6 @@ namespace MonoTests.System.Drawing.Printing
                        Assert.AreEqual ((PaperSourceKind)(int.MinValue), ps.Kind, "Kind #7");
                        Assert.AreEqual (int.MinValue, ps.RawKind, "RawKind #7");
                }
-#endif
 
        }