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/Test/System.Xml.Schema/XmlSchemaTypeTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTypeTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTypeTests.cs b/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTypeTests.cs
index f97b6bddc44..52601d61ab9 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTypeTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTypeTests.cs
@@ -24,7 +24,6 @@ namespace MonoTests.System.Xml
[TestFixture]
public class XmlSchemaTypeTests
{
-#if NET_2_0
string [] all_types = new string [] {
"string", "boolean", "float", "double", "decimal",
"duration", "dateTime", "time", "date", "gYearMonth",
@@ -96,6 +95,5 @@ namespace MonoTests.System.Xml
}
}
-#endif
}
}