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/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs')
-rw-r--r--mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs b/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs
index 2ed1b5dedb6..da577e644ef 100644
--- a/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs
+++ b/mcs/class/System.Xml.Linq/Test/System.Xml.Schema/ExtensionsTest.cs
@@ -9,6 +9,8 @@
// (C) Stefan Prutianu
//
+#if !MOBILE
+
using NUnit.Framework;
using System;
using System.Xml;
@@ -467,3 +469,5 @@ namespace MonoTests.System.Xml.Schema
}
}
+
+#endif \ No newline at end of file