Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / load-exceptions.cs
index 97279d2fb6ddbd9e2dabf09dbb61ee5af68a174e..5bfa3a89da58104ebfd20516c665ed37dbf4bdb2 100644 (file)
@@ -350,7 +350,7 @@ public class Tests : LoadMissing {
                return 2;
        }
 
-       public static int Main () {
-               return TestDriver.RunTests (typeof (Tests));
+       public static int Main (string[] args) {
+               return TestDriver.RunTests (typeof (Tests), args);
        }
 }