X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-etree-16.cs;h=8bf2bcd7d57a8b33a6948ea61deab9fad1396856;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=b02f344487f0038a7914c9cbe2002d891753623c;hpb=8ef4e4703172fd32ada3f74b22df5203b4683493;p=mono.git diff --git a/mcs/tests/gtest-etree-16.cs b/mcs/tests/gtest-etree-16.cs index b02f344487f..8bf2bcd7d57 100644 --- a/mcs/tests/gtest-etree-16.cs +++ b/mcs/tests/gtest-etree-16.cs @@ -3,7 +3,7 @@ using System.Linq.Expressions; public class Program { - static int Main () + public static int Main () { Expression> e = (helper => helper.DoIt (null)); var mce = e.Body as MethodCallExpression;