Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / gtest-076.cs
index 57d0676166db21f7a959b750b53d8a07789e7f53..699cf327c56f5fe0f2b8927300b7f620d14b4e35 100644 (file)
@@ -20,7 +20,7 @@ class Test<T>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Test<long> test = new Test<long> ();
                Foo<long> foo = test.GetFoo (0x800);