[corlib] Fix test to not rely on compiler generated method
[mono.git] / mcs / class / corlib / System.Text / DecoderExceptionFallbackBuffer.cs
index 80280d5aee692d01169944cb55f3da44c441ae74..510c346c01d25283f459948fa775ae82a1351fbc 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Text
 {
        public sealed class DecoderExceptionFallbackBuffer
@@ -59,5 +57,3 @@ namespace System.Text
                }
        }
 }
-
-#endif