[Cleanup] Removed TARGET_JVM
[mono.git] / mcs / class / System.Data / Test / System.Data.Common / DataTableMappingCollectionTest.cs
index a14c3f85ab300d8e0535447c5899281a7d0f7bdb..a481c27af3204141bc09a905cafcfda6f28099af 100644 (file)
@@ -360,9 +360,6 @@ namespace MonoTests.System.Data.Common
                }
                
                [Test]
-#if TARGET_JVM
-               [Ignore ("Does not work with TARGET_JVM")]
-#endif
                public void ToStringTest()
                {
                        Assert.AreEqual("System.Data.Common.DataTableMappingCollection", tableMapCollection.ToString(), "test1");