Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-132.cs
index 0ac9a986ce42b2234604ab71825f797bcbbee424..d72dd97632df89e274eb6d936ced83f09af48dca 100644 (file)
@@ -2,7 +2,7 @@ using System.Reflection;
 
 class T {
        protected internal string s;
-       static int Main() {
+       public static int Main() {
                FieldInfo f = typeof(T).GetField ("s", BindingFlags.NonPublic|BindingFlags.Instance);
                if (f == null)
                        return 2;