Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System / DecimalTest.cs
index afd3b973d2e99a9fbe1ef2af6ffeef1048e0ea10..3bddac2e7dbcfae3592373c528cd653f8e6c92f4 100644 (file)
@@ -694,7 +694,7 @@ namespace MonoTests.System {
             Assert(1.2345678901234e-14 == (double)d);
 
             d = new Decimal(1.2342278901234e-25);
-            Assert((decimal)d == 1.234e-25m);
+            AssertEquals("A10", d, 1.234e-25m);
 
             // test exceptions
             try