Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-472.cs
index 839a83c5f22045b8c9a72dcd281ed179bfacb021..1bbdeacd9d34c11f9cfa86fa4e776a4f80047587 100644 (file)
@@ -10,7 +10,7 @@ class Test
 
         int prop = 0;
 
-        static int Main()
+        public static int Main()
         {
                 MethodInfo mi = typeof (Test).GetMethod ("set_Prop");
                 if (mi.GetParameters ().Length != 1)