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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-26 04:42:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-07-26 16:01:49 +0300
commit98cf04084aab9bd6eef5e4e37cc92117fdac2cf0 (patch)
tree7184eb93c2e195e48e4f2adb79a68ba80a4f80c0 /mcs/tests/gtest-284.cs
parenta8990aca6ca4e698953effee868c2abe38d7295c (diff)
[bcl] Remove NET_4_0 defines from class libs
NET_4_0 is always defined now, so the ifdefs are redundant. I verified the libs are exactly the same after this change, so this is effectively a no-op.
Diffstat (limited to 'mcs/tests/gtest-284.cs')
-rw-r--r--mcs/tests/gtest-284.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/tests/gtest-284.cs b/mcs/tests/gtest-284.cs
index fbab6410132..b7583e37813 100644
--- a/mcs/tests/gtest-284.cs
+++ b/mcs/tests/gtest-284.cs
@@ -172,10 +172,8 @@ public static class InterfaceTester
ifaces.Add (icollection_type, State.Missing);
ifaces.Add (ienumerable_type, State.Missing);
ifaces.Add (icloneable_type, State.Missing);
-#if NET_4_0
ifaces.Add (typeof (IStructuralEquatable), State.Missing);
ifaces.Add (typeof (IStructuralComparable), State.Missing);
-#endif
Type array_type = t.MakeArrayType ();
if (Debug) {