X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-174.cs;h=779adb845fe27fff3df14b4ca8253e4f012ae23c;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=2abcaaf1433527e26da92331cfeeffbb6365795a;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/tests/test-174.cs b/mcs/tests/test-174.cs index 2abcaaf1433..779adb845fe 100644 --- a/mcs/tests/test-174.cs +++ b/mcs/tests/test-174.cs @@ -21,7 +21,7 @@ class ProtectedAccessToPropertyOnChild : Hashtable { comparer = null; } - static int Main () + public static int Main () { TestAccessToProtectedOnChildInstanceFromParent t = new TestAccessToProtectedOnChildInstanceFromParent ();