Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-357.cs
index 214a42566e614ca6610bb909d6996557b59c4ab8..da12b228be7e15c203ff35aa5225c6c4d660aeaa 100644 (file)
@@ -16,7 +16,7 @@ namespace Foo {
        partial class Bar
        {
                public Bar () {}
-               static void Main ()
+               public static void Main ()
                {
                        if (new Bar ().f == null)
                                throw new System.Exception ("Didn't resolve Sd.F?");