[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Text / DecoderTest.cs
index e48566f5403112ce68ed532343fe124c0fd7e44a..63112d995be6c961d89cb6b8931b0cc7303bfdda 100644 (file)
@@ -15,7 +15,6 @@ namespace MonoTests.System.Text
        [TestFixture]
        public class DecoderTest
        {
-#if NET_2_0
                [Test]
                [ExpectedException (typeof (ArgumentNullException))]
                public void ConvertNullChars ()
@@ -127,7 +126,6 @@ namespace MonoTests.System.Text
                                throw new NotSupportedException ();
                        }
                }
-#endif
 
                [Test]
                public void Bug10789 ()