Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-046.cs
index 40f01434d901503813554adceedcebc39d3d2cc4..466c04f4908b9cec5245f51bdf3fb53758884e00 100644 (file)
@@ -22,7 +22,7 @@ class X
                Console.WriteLine ("Hello: {0}", hello);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Foo<string> foo = new Foo<string> ();
                foo.MyEvent += new Test<string> (do_hello);