[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Design / UITypeEditorTest.cs
index b1027f46ffc4857df34d7e9004f94f21383cea29..c48dd5b3f8852863fbd64f34fad50857a828d432 100644 (file)
@@ -65,7 +65,6 @@ namespace MonoTests.System.Drawing.Design {
 #endif
                }
 
-#if !TARGET_JVM
                [Test]
                public void PaintValue_PaintValueEventArgs_Null ()
                {
@@ -83,6 +82,5 @@ namespace MonoTests.System.Drawing.Design {
                {
                        editor.PaintValue (null, graphics, Rectangle.Empty);
                }
-#endif
        }
 }