X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-55.cs;h=6e1e9b92a06565919a4aa9873905ab316583cb68;hb=HEAD;hp=7ccaaaf4f51c7ef0c29dca735810ba254b50c1f3;hpb=7015b812166d0992223b5dc4421deab637500265;p=mono.git diff --git a/mcs/tests/test-anon-55.cs b/mcs/tests/test-anon-55.cs index 7ccaaaf4f51..6e1e9b92a06 100644 --- a/mcs/tests/test-anon-55.cs +++ b/mcs/tests/test-anon-55.cs @@ -24,7 +24,7 @@ public class Foo class X { - static void Main () + public static void Main () { Foo foo = new Foo (); foo.Test ();