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/RuntimeMethodHandleTest.cs')
-rw-r--r--mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs b/mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs
index c7e3b7105e5..37c6b2447c2 100644
--- a/mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs
+++ b/mcs/class/corlib/Test/System/RuntimeMethodHandleTest.cs
@@ -74,7 +74,6 @@ namespace MonoTests.System
Assert.IsFalse (rmhB1.Equals (rmhA1), "#6");
}
-#if NET_2_0
#pragma warning disable 1718
[Test]
public void Operators ()
@@ -102,7 +101,6 @@ namespace MonoTests.System
Assert.IsTrue (rmhB1 != rmhA1, "#B6");
}
#pragma warning restore 1718
-#endif
[Test]
[ExpectedException (typeof (SerializationException))]