[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Security / PermissionSetCas.cs
index 13fc321cddb78317a516244ff1d3dcd62dda3ed2..cb8816e2c0d42a8bc965ecaa5ec1c83292b69806 100644 (file)
@@ -45,7 +45,6 @@ namespace MonoCasTests.System.Security {
                                Assert.Ignore ("SecurityManager isn't enabled");
                }
 
-#if NET_2_0
                [Test]
                [ExpectedException (typeof (ExecutionEngineException))]
                public void RevertAssert_WithoutAssertion ()
@@ -60,6 +59,5 @@ namespace MonoCasTests.System.Security {
                        ups.Assert ();
                        PermissionSet.RevertAssert ();
                }
-#endif
        }
 }