Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-174.cs
index 2abcaaf1433527e26da92331cfeeffbb6365795a..779adb845fe27fff3df14b4ca8253e4f012ae23c 100644 (file)
@@ -21,7 +21,7 @@ class ProtectedAccessToPropertyOnChild : Hashtable {
                comparer = null;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                TestAccessToProtectedOnChildInstanceFromParent t = new TestAccessToProtectedOnChildInstanceFromParent ();