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/CodeMemberMethodCas.cs')
-rw-r--r--mcs/class/System/Test/System.CodeDom/CodeMemberMethodCas.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.CodeDom/CodeMemberMethodCas.cs b/mcs/class/System/Test/System.CodeDom/CodeMemberMethodCas.cs
index 74a4a5fd6c4..b55ecd9a73a 100644
--- a/mcs/class/System/Test/System.CodeDom/CodeMemberMethodCas.cs
+++ b/mcs/class/System/Test/System.CodeDom/CodeMemberMethodCas.cs
@@ -61,9 +61,7 @@ namespace MonoCasTests.System.CodeDom {
cmm.ReturnType = new CodeTypeReference ("System.Int32");
Assert.AreEqual (0, cmm.Statements.Count, "Statements");
Assert.AreEqual (0, cmm.ReturnTypeCustomAttributes.Count, "ReturnTypeCustomAttributes");
-#if NET_2_0
Assert.AreEqual (0, cmm.TypeParameters.Count, "TypeParameters");
-#endif
}
[Test]