X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-80.cs;h=882f33ad6ee01a1f34e4639747026ece6f637e77;hb=5e40f8980c5b236f57da360d30220103875c9581;hp=ec2270b1c403f0b8bf13af7cd5e7af6d68b7d97b;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/tests/test-80.cs b/mcs/tests/test-80.cs index ec2270b1c40..882f33ad6ee 100644 --- a/mcs/tests/test-80.cs +++ b/mcs/tests/test-80.cs @@ -18,7 +18,7 @@ public class X { class Y : X, A { - static int Main () + public static int Main () { Y y = new Y ();