[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.CodeDom / CodeMemberMethodTest.cs
index be1ef52f0021f4a8c831ac804ff0702dfd4faeb6..ea730279e1d0064ae358aae1cae3e839b62ede93 100644 (file)
@@ -52,7 +52,6 @@ namespace MonoTests.System.CodeDom
                        Assert.IsNotNull (cmm.CustomAttributes, "#4");
                        Assert.AreEqual (0, cmm.CustomAttributes.Count, "#5");
 
-#if NET_2_0
                        Assert.IsNotNull (cmm.StartDirectives, "#6");
                        Assert.AreEqual (0, cmm.StartDirectives.Count, "#7");
 
@@ -61,7 +60,6 @@ namespace MonoTests.System.CodeDom
 
                        Assert.IsNotNull (cmm.TypeParameters, "#10");
                        Assert.AreEqual (0, cmm.TypeParameters.Count, "#11");
-#endif
 
                        Assert.IsNull (cmm.LinePragma, "#12");