Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-135.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5d1092e..9b3cdf7
@@ -19,7 +19,7 @@ class T : IB {
         public A Prop {
                 get { return new A(); }
         }
-        static int Main() {
+        public static int Main() {
                PropertyInfo[] p = typeof (T).GetProperties (BindingFlags.Public| BindingFlags.NonPublic|BindingFlags.Instance);
                if (p == null || p.Length != 2)
                        return 1;