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')
-rw-r--r--mcs/class/Mono.C5/Test/arrays/SortedArrayTests.cs2
-rw-r--r--mcs/class/Mono.C5/Test/trees/RedBlackTreeSetTests.cs2
2 files changed, 0 insertions, 4 deletions
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