Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.IO / BinaryWriterTest.cs
index fc63e4c750d5fb17b576a9d9c45a1df57585e8cd..118874e0ff3acea2278845b72dd7608648f7701e 100644 (file)
@@ -411,9 +411,6 @@ public class BinaryWriterTest : Assertion {
        }
        
        [Test]
-#if TARGET_JVM
-    [Category("NotWorking")]
-#endif
        public void WriteFloat ()
        {
                MemoryStream stream = new MemoryStream ();