Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-46.cs
index 6a4aa000a0b3ec4c393326f76543f50904eb8e72..05721c54bfcadee3cf3a6d4101b2f6b73789424e 100644 (file)
@@ -17,7 +17,7 @@ class X {
        static double cast_double (object o) { return (double) o; }
        static bool cast_bool (object o) { return (bool) o; }
 
-       static int Main ()
+       public static int Main ()
        {
                if (cast_int ((object) -1) != -1)
                        return 1;