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
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-05-29 13:04:17 +0400
committerMarek Safar <marek.safar@gmail.com>2013-05-29 13:04:17 +0400
commit773aaf7ac7f13ef2ff1d22ef87baf6ac215a27ef (patch)
treeebe9159d68f2c995973233af25c9a22ef13c88de /mcs
parent02a3f41adffef32e6457d6d7b50d4784d8b003b2 (diff)
Enable fixed tests
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/Test/System.Runtime.CompilerServices/YieldAwaitableTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/corlib/Test/System.Runtime.CompilerServices/YieldAwaitableTest.cs b/mcs/class/corlib/Test/System.Runtime.CompilerServices/YieldAwaitableTest.cs
index 2ed377d1f56..cc53f6a8d99 100644
--- a/mcs/class/corlib/Test/System.Runtime.CompilerServices/YieldAwaitableTest.cs
+++ b/mcs/class/corlib/Test/System.Runtime.CompilerServices/YieldAwaitableTest.cs
@@ -125,7 +125,6 @@ namespace MonoTests.System.Runtime.CompilerServices
}
[Test]
- [Category ("MobileNotWorking")] // #12446
public void OnCompleted_2 ()
{
TaskScheduler scheduler = null;
@@ -143,7 +142,6 @@ namespace MonoTests.System.Runtime.CompilerServices
}
[Test]
- [Category ("MobileNotWorking")] // #12446
public void OnCompleted_3 ()
{
var scheduler = new MyScheduler ();