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/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs')
-rw-r--r--mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs
index defd1f6e255..88a79c36ade 100644
--- a/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs
+++ b/mcs/class/Mono.C5/Test/linkedlists/HashedLinkedListTest.cs
@@ -360,7 +360,6 @@ namespace nunit.linkedlists.hashed
namespace EditableCollection
{
-#if FIXME
[TestFixture]
public class Searching
{
@@ -533,7 +532,6 @@ namespace nunit.linkedlists.hashed
[TearDown]
public void Dispose() { list = null; }
}
-#endif
}