NaCl runtime fixes
[mono.git] / mono / mini / basic.cs
index b700efa87e39503de0291560b09a388d4600241e..b9cf91347b2cf11ec9c5cbc8f0071809989fec5d 100644 (file)
@@ -25,8 +25,8 @@ using System.Reflection;
 
 class Tests {
 
-       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_return () {
@@ -1361,4 +1361,4 @@ class Tests {
 
                return k == -32768 ? 0 : 1;
        }
-}
\ No newline at end of file
+}