[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / DSASignatureFormatterTest.cs
index ef90ffeb9d646890e809ef695ccbcb47513e7557..8ea4f7a2a947839dceb82f3506c6d36c8009a9c9 100644 (file)
@@ -68,9 +68,7 @@ public class DSASignatureFormatterTest {
        }
 
        [Test]
-#if NET_2_0
        [ExpectedException (typeof (ArgumentNullException))]
-#endif
        public void Constructor_Null () 
        {
                DSASignatureFormatter fmt = new DSASignatureFormatter (null);
@@ -105,9 +103,7 @@ public class DSASignatureFormatterTest {
        }
 
        [Test]
-#if NET_2_0
        [ExpectedException (typeof (ArgumentNullException))]
-#endif
        public void SetKey_Null ()
        {
                fmt.SetKey (null);