Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-205.cs
index f4bcaa23e3e9aaa4b6364f021e5ef20f50fd7bde..1ddabb055aefd7c38c43f910aef0b75318e92ad1 100644 (file)
@@ -23,7 +23,7 @@ class X
                mi.Invoke (null, new object[] { arg });
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Test (typeof (Test<Foo<int>>), new Foo<int> ());
                Test (typeof (Test<Bar<int>>), new Bar<int> ());