* mono/tests/appdomain-unload.cs (Main): Pass along arguments to TestDriver.
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 5 Aug 2010 18:12:11 +0000 (23:42 +0530)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 5 Aug 2010 18:13:24 +0000 (23:43 +0530)
mono/tests/appdomain-unload.cs

index b43368cf0a77421df2dd665188a81eb367e1aee6..c811eec33676834d4ce737fd0434385a9ce6987e 100644 (file)
@@ -97,8 +97,8 @@ class CrossDomainTester : MarshalByRefObject
 
 public 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_unload () {