2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Security / Test / Mono.Math / BigIntegerTest.cs
index a3ad9b5018b6a5689a7ae6ca0c6e526bb0f81c25..3f20a034032cdccb4dc8c8bb9d3ee4fe996d3e07 100644 (file)
@@ -27,7 +27,7 @@
 //
 
 using NUnit.Framework;
-using System;
+using myalias = System;
 using Mono.Math;
 
 namespace MonoTests.Mono.Math {
@@ -86,7 +86,7 @@ namespace MonoTests.Mono.Math {
                        for (int i=1; i < 40; i++) {\r
                                BigInteger e = new BigInteger (i);\r
                                BigInteger r = e.ModPow (b, m);\r
-                               long expected = (long) System.Math.Pow (i, 10) % 32;\r
+                               long expected = (long) myalias.Math.Pow (i, 10) % 32;\r
                                Assert.AreEqual (expected.ToString (), r.ToString (), i.ToString ());\r
                        }\r
                }\r