ensure the tests files are in sync; see run-mono-tests.bat diff
[mono.git] / mcs / class / System.Web / System.Web.UI / BaseTemplateParser.cs
index 7a5435f96d775fc56d04390df83b0a8ff3ceee6c..d91c919ab5f5997dc9b1bb031d6b152cf0d7fe86 100644 (file)
@@ -36,13 +36,11 @@ namespace System.Web.UI {
                {
                }
 
-               [MonoTODO]
                protected Type GetReferenceType ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
                protected internal Type GetUserControlType (string virtualPath)
                {
                        throw new NotImplementedException ();