NaCl runtime fixes
[mono.git] / mono / mini / arrays.cs
index e52c2c70e9daa25244c4f8c8bd2bb2a85b6a0341..e65e30a203f73d038a0ead499237957e72e07157 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_10_create () {