Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-234.cs
index 28fb7d73182e32956596280db11d952ac1bbf55f..d1f0d8857b62ed364b8afc92a2d0c760f05c608e 100644 (file)
@@ -7,7 +7,7 @@ public class Test
 
         public IFoo<T> GetFooGeneric<T> () { return default (IFoo<T>); }
 
-       static void Main ()
+       public static void Main ()
        {
                Test test = new Test ();
                test.GetFoo ();