NaCl runtime fixes
[mono.git] / mono / mini / basic-calls.cs
index 5ad874b3dfaf90d4ab35b0f176b809ef6b29b5c2..d6bd503a954367d02848eb1a58c9430118550352 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);
        }
 
        static void dummy () {