Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs')
-rw-r--r--mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs b/mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs
index 816c3509d0c..d64a14ca0cd 100644
--- a/mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs
+++ b/mcs/class/System.Web/Test/System.Web.UI.WebControls/XmlCas.cs
@@ -85,11 +85,7 @@ namespace MonoCasTests.System.Web.UI.WebControls {
unit.Xml_SourcePrecedence ();
}
catch (TypeInitializationException) {
-#if NET_2_0
throw;
-#else
- Assert.Ignore ("exception when initializing HttpRuntime");
-#endif
}
}