In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System / Test / System.Threading / SemaphoreTest.cs
index e21823f80c601b78d5dc1923d2611bea585929fe..9e5db531fd064c1226ef14ca81d27dd86736d030 100644 (file)
@@ -212,7 +212,6 @@ namespace MonoTests.System.Threading {
                }
 
                [Test]
-               [Category ("NotWorking")] // not implemented in Mono
                [ExpectedException (typeof (WaitHandleCannotBeOpenedException))]
                public void OpenExisting_Unexisting ()
                {