Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-061.cs
index a7486896238227e46060138d75965ec608f18df7..d034e23c63d97b84050f353245b51435a968305b 100644 (file)
@@ -19,7 +19,7 @@ public class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test<double,int> test = new Test<double,int> (Math.Sign);