Merge pull request #4381 from BrzVlad/feature-generational-hash
[mono.git] / mcs / tests / gtest-258.cs
old mode 100755 (executable)
new mode 100644 (file)
index 714a1a7..1c7bca8
@@ -15,7 +15,7 @@ class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<A> foo = new Foo<A> ();
        }