X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-291.cs;h=65d90c8a1a815e2ecb609745d0232c6ce05d5938;hb=8bb9b4409d3f73fdf5ec2afc3b9add6bd33f712f;hp=81319315e8720a4c40cd548e55fe62ac8edf6323;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/tests/gtest-291.cs b/mcs/tests/gtest-291.cs index 81319315e87..65d90c8a1a8 100644 --- a/mcs/tests/gtest-291.cs +++ b/mcs/tests/gtest-291.cs @@ -1,7 +1,7 @@ using System; class Global { - static void Main() { + public static void Main() { Console.Write(Test2((int?)2)); } static string Test2(decimal? value) {