Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / gtest-294.cs
old mode 100755 (executable)
new mode 100644 (file)
index d66c6e2..59a58f3
@@ -8,7 +8,7 @@ class X
                return b ?? a;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                A a = new A ();
                B b = new B ();