X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-043.cs;h=aee576cab93b4ddc17e04ed5bef97e3178a7b51a;hb=d2a26c959578e8d721cfe320f6ac1d8ee8633cf3;hp=4d3c9180be2e8f7a0bad60702e6bbe544a35098f;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/tests/gtest-043.cs b/mcs/tests/gtest-043.cs index 4d3c9180be2..aee576cab93 100644 --- a/mcs/tests/gtest-043.cs +++ b/mcs/tests/gtest-043.cs @@ -47,7 +47,7 @@ class X return 0; } - static int Main () + public static int Main () { int result = DoTheTest (); if (result != 0)