Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-etree-14.cs
old mode 100755 (executable)
new mode 100644 (file)
index 79d474d..056df5b
@@ -10,7 +10,7 @@ class Person
 
 class Repro
 {
-       static int Main ()
+       public static int Main ()
        {
                var persons = GetPersons (new [] { new Person { Age = 25 }, new Person { Age = 21 } }, 25);
                return persons.Count () - 1;