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/corlib/Test/System.Collections/HashtableTest.cs')
-rw-r--r--mcs/class/corlib/Test/System.Collections/HashtableTest.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/corlib/Test/System.Collections/HashtableTest.cs b/mcs/class/corlib/Test/System.Collections/HashtableTest.cs
index f05c15c831f..f883779af8e 100644
--- a/mcs/class/corlib/Test/System.Collections/HashtableTest.cs
+++ b/mcs/class/corlib/Test/System.Collections/HashtableTest.cs
@@ -778,13 +778,5 @@ public class HashtableTest : Assertion {
Assert (!e.MoveNext ());
}
-
- [Test]
- [ExpectedException (typeof (ArgumentNullException))]
- public void GetObjectData_NullSerializationInfo ()
- {
- SetDefaultData ();
- ht.GetObjectData (null, new StreamingContext ());
- }
}
}