X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-136.cs;h=b9e8216d8d3d2b0104b9e3364fb16f0441365022;hb=919a03d17d36604f05e1d99c3f9f26a1509e9655;hp=562cdbee956c3d32014f014772f0e07d2cf00db8;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/tests/test-136.cs b/mcs/tests/test-136.cs index 562cdbee956..b9e8216d8d3 100644 --- a/mcs/tests/test-136.cs +++ b/mcs/tests/test-136.cs @@ -37,7 +37,7 @@ public class MyCar: IAutomobile, IDiagnostic { } class TestConflict { - static int Main () + public static int Main () { MyCar car1 = new MyCar(); car1.Stop(); // calls the IAutomobile.Stop implementation