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.Reflection/ModuleTest.cs')
-rw-r--r--mcs/class/corlib/Test/System.Reflection/ModuleTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Test/System.Reflection/ModuleTest.cs b/mcs/class/corlib/Test/System.Reflection/ModuleTest.cs
index a1d3e242e04..00d4155b4dd 100644
--- a/mcs/class/corlib/Test/System.Reflection/ModuleTest.cs
+++ b/mcs/class/corlib/Test/System.Reflection/ModuleTest.cs
@@ -211,7 +211,7 @@ public class ModuleTest : Assertion
}
}
- [Ignore ("it breaks nunit-console.exe execution under .NET 2.0")]
+ [Category ("NotWorking")]
[Test]
public void ResolveString () {
Type t = typeof (ModuleTest);