From bcb32974d9c178e89e5d055de789c37d0fde9f90 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 3 Dec 2004 14:30:19 +0000 Subject: Fixed more FIXME's. svn path=/trunk/mcs/; revision=37021 --- mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs | 2 -- mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs | 2 -- 2 files changed, 4 deletions(-) (limited to 'mcs/class/Mono.C5') diff --git a/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs b/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs index 636cd85f82c..5b29b3fbd03 100644 --- a/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs +++ b/mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs @@ -1786,7 +1786,6 @@ namespace nunit.arrays.sorted -#if FIXME_THREADING_TESTS namespace Sync { [TestFixture] @@ -1977,7 +1976,6 @@ namespace nunit.arrays.sorted public void Dispose() { tree = null; } } } -#endif diff --git a/mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs b/mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs index c41d6a61eaf..fe9056ba26c 100644 --- a/mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs +++ b/mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs @@ -2293,7 +2293,6 @@ namespace nunit.trees.TreeSet -#if FIXME_THREADING_TESTS namespace Sync { [TestFixture] @@ -2484,7 +2483,6 @@ namespace nunit.trees.TreeSet public void Dispose() { tree = null; } } } -#endif namespace Hashing -- cgit v1.2.3