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.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs')
-rw-r--r--mcs/class/System.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs b/mcs/class/System.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs
index c48dd5b3f88..50139e908b2 100644
--- a/mcs/class/System.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs
+++ b/mcs/class/System.Drawing/Test/System.Drawing.Design/UITypeEditorTest.cs
@@ -60,9 +60,7 @@ namespace MonoTests.System.Drawing.Design {
Assert.IsFalse (editor.GetPaintValueSupported (), "GetPaintValueSupported()");
Assert.IsFalse (editor.GetPaintValueSupported (null), "GetPaintValueSupported(null)");
-#if NET_2_0
Assert.IsFalse (editor.IsDropDownResizable, "IsDropDownResizable");
-#endif
}
[Test]