[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / TestBrushes.cs
index fd4ddc9d21f0342e4b3b1d19164be5e81b809b6c..6b922e2a719b5d228e05d0807c669ca62c7d3e93 100644 (file)
@@ -49,9 +49,6 @@ namespace MonoTests.System.Drawing {
 
                [Test]
                [ExpectedException (typeof (ArgumentException))]
-#if TARGET_JVM
-               [Ignore ("Throws ArgumentException - Implementation specific")]
-#endif
                public void Dispose ()
                {
                        Brushes.YellowGreen.Dispose ();