Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / gtest-234.cs
old mode 100755 (executable)
new mode 100644 (file)
index 28fb7d7..d1f0d88
@@ -7,7 +7,7 @@ public class Test
 
         public IFoo<T> GetFooGeneric<T> () { return default (IFoo<T>); }
 
-       static void Main ()
+       public static void Main ()
        {
                Test test = new Test ();
                test.GetFoo ();