Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / gtest-313.cs
index 8ffb85f6debe754eb69ac39b995b895ca1b00ec2..92a36ba7a35ef95bd263502f5f6244c445a5721f 100644 (file)
@@ -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);