Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / gtest-313.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8ffb85f..92a36ba
@@ -14,7 +14,7 @@ class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<int>.TestEnum e = Foo<int>.TestEnum.One;
                Console.WriteLine (e);