[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System / Test / System.CodeDom / CodeSnippetStatementTest.cs
index 84a8362ef261ee5db0b93214bec6caa3d1b7e60d..b6459ed2ba133cc1eddc4a1bedf763094f8d45dd 100644 (file)
@@ -47,13 +47,11 @@ namespace MonoTests.System.CodeDom
                        Assert.IsNotNull (css.Value, "#2");
                        Assert.AreEqual (string.Empty, css.Value, "#3");
 
-#if NET_2_0
                        Assert.IsNotNull (css.StartDirectives, "#4");
                        Assert.AreEqual (0, css.StartDirectives.Count, "#5");
 
                        Assert.IsNotNull (css.EndDirectives, "#6");
                        Assert.AreEqual (0, css.EndDirectives.Count, "#7");
-#endif
 
                        Assert.IsNotNull (css.UserData, "#8");
                        Assert.AreEqual (typeof(ListDictionary), css.UserData.GetType (), "#9");
@@ -84,13 +82,11 @@ namespace MonoTests.System.CodeDom
                        Assert.AreEqual (stmt, css.Value, "#3");
                        Assert.AreSame (stmt, css.Value, "#4");
 
-#if NET_2_0
                        Assert.IsNotNull (css.StartDirectives, "#5");
                        Assert.AreEqual (0, css.StartDirectives.Count, "#6");
 
                        Assert.IsNotNull (css.EndDirectives, "#7");
                        Assert.AreEqual (0, css.EndDirectives.Count, "#8");
-#endif
 
                        Assert.IsNotNull (css.UserData, "#9");
                        Assert.AreEqual (typeof(ListDictionary), css.UserData.GetType (), "#10");