2010-03-01 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / Test / System / AppDomainCas.cs
index f260dd42b7d0d3687a1b737f2565cb832e220685..6d95120f8ae3eb7c6e5360813f136bf3f2cd9489 100644 (file)
@@ -118,7 +118,6 @@ namespace MonoCasTests.System {
                {
                        AppDomain.CreateDomain (null, null, null, null, false);
                }
-#if NET_2_0
                [Test]
                [SecurityPermission (SecurityAction.Deny, ControlAppDomain = true)]
                [ExpectedException (typeof (SecurityException))]
@@ -126,7 +125,6 @@ namespace MonoCasTests.System {
                {
                        AppDomain.CreateDomain (null, null, null, null, false, null, null);
                }
-#endif
 // see http://bugzilla.ximian.com/show_bug.cgi?id=74411
                [Category ("NotWorking")]
                [Test]