Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System / Test / System.CodeDom.Compiler / CompilerErrorCollectionCas.cs
index ddcd1608d30455ebb70ca95c5f1d8e6c214078a7..1e1a5e523c7e2cc048b2b501f2f41bcb34ac4a27 100644 (file)
@@ -121,9 +121,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
 
                [Test]
                [PermissionSet (SecurityAction.Deny, Unrestricted = true)]
-#if ONLY_1_1
-               [ExpectedException (typeof (SecurityException))]
-#endif
                public void LinkDemand_Deny_Unrestricted ()
                {
                        ConstructorInfo ci = typeof (CompilerErrorCollection).GetConstructor (new Type[0]);