NaCl runtime fixes
[mono.git] / mono / mini / basic-math.cs
index d2fa1ede9bc9317e245a730a233024d36f6bc81c..4482c913af6f88513c7e0465b2f6b954ce78e6da 100644 (file)
@@ -25,8 +25,8 @@ using System.Reflection;
 
 class Tests {
 
-       public static int Main () {
-               return TestDriver.RunTests (typeof (Tests));
+       public static int Main (string[] args) {
+               return TestDriver.RunTests (typeof (Tests), args);
        }
        
        public static int test_0_sin_precision () {