Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-externalias-08.cs
index 2aeb1994b380d826c13a6666ecf5c6446dc4ccc2..7a0919c3afb0add7e13e014f31de9c349d3ecc72 100644 (file)
@@ -9,7 +9,7 @@ using Namespace1;
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                // This shouldn't produce a clash
                if (MyClass1.StaticMethod () != 2)