[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System / EnvironmentTest.cs
index 9a9f65a5e53948dd3889650cf75b2c68a5d27ee4..deb0e3314b650593fd20d1b2c71e5f0a84200468 100644 (file)
@@ -138,7 +138,7 @@ namespace MonoTests.System
                        Assert.IsFalse (d.IsSynchronized, "IsSynchronized");
                }
 
-#if NET_2_0 && !NET_2_1
+#if !NET_2_1
                [Test] // bug #333740
                public void GetEnvironmentVariables_NewlySet ()
                {
@@ -161,7 +161,7 @@ namespace MonoTests.System
                        Assert.IsNotNull (args [0], "application");
                }
 
-#if NET_2_0 && !NET_2_1
+#if !NET_2_1
                [Test]
                [ExpectedException (typeof (ArgumentException))]
                public void GetEnvironmentVariable_Target_Invalid ()