X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-291.cs;h=65d90c8a1a815e2ecb609745d0232c6ce05d5938;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=81319315e8720a4c40cd548e55fe62ac8edf6323;hpb=9975a45f43793e34318e593ddacd3f332f8d91c0;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) {