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/HybridDictionaryTest.cs')
-rw-r--r--mcs/class/System/Test/System.Collections.Specialized/HybridDictionaryTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.Collections.Specialized/HybridDictionaryTest.cs b/mcs/class/System/Test/System.Collections.Specialized/HybridDictionaryTest.cs
index 9fb135d5821..0f8d85c3cf7 100644
--- a/mcs/class/System/Test/System.Collections.Specialized/HybridDictionaryTest.cs
+++ b/mcs/class/System/Test/System.Collections.Specialized/HybridDictionaryTest.cs
@@ -72,9 +72,7 @@ namespace MonoTests.System.Collections.Specialized
}
[Test]
-#if NET_2_0
[ExpectedException (typeof (ArgumentNullException))]
-#endif
public void Empty ()
{
HybridDictionary hd = new HybridDictionary ();