Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-partial-07.cs
index d3cb8f612d823615f22dbc4afd999257794c1f9d..496f11bdfab5fd6783d37db9dfb0fa50c96e73ab 100644 (file)
@@ -23,7 +23,7 @@ public struct Test_2 {
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                if (Attribute.GetCustomAttributes (typeof (Test)).Length != 1)
                        return 1;