Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs')
-rw-r--r--mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs b/mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs
index 8e9badbc7d1..394633377e3 100644
--- a/mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs
+++ b/mcs/class/System/Test/System.CodeDom/CodeConstructorTest.cs
@@ -52,7 +52,6 @@ namespace MonoTests.System.CodeDom
Assert.IsNotNull (cc.CustomAttributes, "#4");
Assert.AreEqual (0, cc.CustomAttributes.Count, "#5");
-#if NET_2_0
Assert.IsNotNull (cc.StartDirectives, "#6");
Assert.AreEqual (0, cc.StartDirectives.Count, "#7");
@@ -61,7 +60,6 @@ namespace MonoTests.System.CodeDom
Assert.IsNotNull (cc.TypeParameters, "#10");
Assert.AreEqual (0, cc.TypeParameters.Count, "#11");
-#endif
Assert.IsNull (cc.LinePragma, "#12");