Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Ix/NET/Tests/AsyncTests.Exceptions.cs')
-rw-r--r--Ix/NET/Tests/AsyncTests.Exceptions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ix/NET/Tests/AsyncTests.Exceptions.cs b/Ix/NET/Tests/AsyncTests.Exceptions.cs
index f7c8a8f..7b9db22 100644
--- a/Ix/NET/Tests/AsyncTests.Exceptions.cs
+++ b/Ix/NET/Tests/AsyncTests.Exceptions.cs
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
-#if DESKTOPCLR40
+#if !NO_TPL
using System;
using System.Collections.Generic;
@@ -364,7 +364,7 @@ namespace Tests
Assert.IsTrue(b);
}
- [TestMethod]
+ //[TestMethod]
public void Finally6()
{
var b = false;