[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Text / EncoderTest.cs
index 4273efc3d3a0a1bc052adfab225e82e692f6043c..9295b99d50ffb604f2744cfc23ebf15853600d6a 100644 (file)
@@ -15,7 +15,6 @@ namespace MonoTests.System.Text
        [TestFixture]
        public class EncoderTest
        {
-#if NET_2_0
                [Test]
                [ExpectedException (typeof (ArgumentNullException))]
                public void ConvertNullChars ()
@@ -143,6 +142,5 @@ namespace MonoTests.System.Text
                                throw new NotSupportedException ();
                        }
                }
-#endif
        }
 }