X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-239.cs;h=f5baaf00d9d33ad295f21c42ace4415de014dabe;hb=HEAD;hp=6add5879654e47895a7399060ec3239c8ba65365;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/mcs/tests/gtest-239.cs b/mcs/tests/gtest-239.cs index 6add5879654..f5baaf00d9d 100644 --- a/mcs/tests/gtest-239.cs +++ b/mcs/tests/gtest-239.cs @@ -25,7 +25,7 @@ class Foo class X { - static int Main () + public static int Main () { Foo a = new Foo (); if (a.Test (3L, 3.14F) != 3)