X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-02.cs;h=58ea7801e3aaf35300f37ad0b1267a8b8fa22c92;hb=77515455734ec5dc00f4550a60a394f8b5a2a36a;hp=21fe237a934697bde738795aa8cc36e4b4494a03;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/tests/test-anon-02.cs b/mcs/tests/test-anon-02.cs index 21fe237a934..58ea7801e3a 100644 --- a/mcs/tests/test-anon-02.cs +++ b/mcs/tests/test-anon-02.cs @@ -6,7 +6,7 @@ using System; delegate void S (); class X { - static int Main () + public static int Main () { int a = 1; Console.WriteLine ("A is = " + a);