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.Collections.Specialized/NameObjectCollectionBaseCas.cs')
-rw-r--r--mcs/class/System/Test/System.Collections.Specialized/NameObjectCollectionBaseCas.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.Collections.Specialized/NameObjectCollectionBaseCas.cs b/mcs/class/System/Test/System.Collections.Specialized/NameObjectCollectionBaseCas.cs
index 234b60db7ba..c01e6a7f57f 100644
--- a/mcs/class/System/Test/System.Collections.Specialized/NameObjectCollectionBaseCas.cs
+++ b/mcs/class/System/Test/System.Collections.Specialized/NameObjectCollectionBaseCas.cs
@@ -62,11 +62,9 @@ namespace MonoCasTests.System.Collections.Specialized {
unit.GetObjectData ();
unit.GetAllValues_Type ();
unit.GetAllValues ();
-#if NET_2_0
unit.Constructor_IEqualityComparer ();
unit.Constructor_Int_IEqualityComparer ();
unit.GetObjectData_IEqualityComparer ();
-#endif
}
[Test]