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 'Rx.NET/mono.patch')
-rw-r--r--Rx.NET/mono.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/Rx.NET/mono.patch b/Rx.NET/mono.patch
deleted file mode 100644
index 4b45349..0000000
--- a/Rx.NET/mono.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs b/Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs
-index e9715a4..86cd62e 100644
---- a/Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs
-+++ b/Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs
-@@ -8,7 +8,9 @@
- using System.Reactive.Disposables;
- using System.Reactive.Linq;
-
--#if WINDOWS8
-+#if NUNIT
-+using NUnit.Framework;
-+#elif WINDOWS8
- using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
- #else
- using Microsoft.VisualStudio.TestTools.UnitTesting;