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>2016-08-23 16:15:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-08-23 16:15:51 +0300
commitc4a5b6b5c3ce17a8d0a9e62dc77ff61ffa24f4b1 (patch)
treefbed20e5b09c3ac735d8046129469fcc64cfd436 /mcs/class/System.Xml.Linq
parent0d1db0362d4256d5bb7fbbf05f53658431e3ac9d (diff)
[mcs] Remove NET_4_5 ifdef from the source files
It is always set in all profiles that we support so we can remove it.
Diffstat (limited to 'mcs/class/System.Xml.Linq')
-rw-r--r--mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XElementTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XElementTest.cs b/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XElementTest.cs
index dc395b7d110..5415ff8e50a 100644
--- a/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XElementTest.cs
+++ b/mcs/class/System.Xml.Linq/Test/System.Xml.Linq/XElementTest.cs
@@ -2084,7 +2084,6 @@ namespace MonoTests.System.Xml.Linq
public XElement Content;
}
-#if NET_4_5
[Test]
// Bug #12571
public void DeserializeXElement ()
@@ -2099,7 +2098,6 @@ namespace MonoTests.System.Xml.Linq
var xe = (SerializableClass)res;
Assert.AreEqual (xe.Content.ToString (), "<Data />", "#3");
}
-#endif
[Test] // Bug #20151
public void XElementFromArrayWithNullValuesAsObject ()