Fix more thumb+clang problems.
[mono.git] / mono / mini / basic-math.cs
index 4482c913af6f88513c7e0465b2f6b954ce78e6da..854b21e5868870a4ca21709eff65612f6bdfdcde 100644 (file)
@@ -23,11 +23,18 @@ using System.Reflection;
  * the IL code looks.
  */
 
-class Tests {
-
+#if MOBILE
+class MathTests
+#else
+class Tests
+#endif
+{
+
+#if !MOBILE
        public static int Main (string[] args) {
                return TestDriver.RunTests (typeof (Tests), args);
        }
+#endif
        
        public static int test_0_sin_precision () {
                double d1 = Math.Sin (1);