NaCl runtime fixes
[mono.git] / mono / mini / basic-float.cs
index df8f6666f0d4b2c3144cd7730a74f52a09851393..bf8c50cb4221eb5183e03fca31a97fe1152f2cf3 100644 (file)
@@ -28,8 +28,8 @@ using System.Reflection;
 
 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_beq () {