Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-209.cs
index d06292c53f1e55d394a1803040a0afee34513854..897179280424af855da378678476731293226c41 100644 (file)
@@ -9,7 +9,7 @@ namespace ClassLibrary3
 
        public class Test
        {
-               static void Main ()
+               public static void Main ()
                {
                        Dictionary1<Guid, String> _D = new Dictionary1<Guid, string>();
                        _D.Add(Guid.NewGuid(), "foo");