[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.Collections.Specialized / BitVector32Test.cs
index 75a92a79bd4230f940f8d8891a2547281429ff70..b9f7de849fbd16ba877a1c073b8715138bb81fba 100644 (file)
@@ -197,11 +197,7 @@ namespace MonoTests.System.Collections.Specialized
                 public void NegativeIndexer ()
                 {
                         BitVector32 bv = new BitVector32 (-1);
-#if NET_2_0
                        Assert.IsTrue (bv [Int32.MinValue], "Int32.MinValue");
-#else
-                       Assert.IsFalse (bv [Int32.MinValue], "Int32.MinValue");
-#endif
                 }
 
                 [Test]