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/arrays/ArrayListTest.cs')
-rw-r--r--mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs b/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs
index 0407d862da3..d57eb74ffd2 100644
--- a/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs
+++ b/mcs/class/Mono.C5/Test/arrays/ArrayListTest.cs
@@ -1189,7 +1189,6 @@ namespace nunit.arrays.list
}
-#if FIXME
[TestFixture]
public class Sorting
{
@@ -1255,7 +1254,6 @@ namespace nunit.arrays.list
Assert.IsTrue(lst2.IsEmpty);
}
}
-#endif
}