X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-externalias-05.cs;h=059f699e8a9896c8bf5bbcdf7884b5fd797aa719;hb=d42301073e2d8dccc3bd32ce9110eec904c4e710;hp=fcff0b0c57a3153cf09a35bd6c03de971664b0bd;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/tests/test-externalias-05.cs b/mcs/tests/test-externalias-05.cs index fcff0b0c57a..059f699e8a9 100644 --- a/mcs/tests/test-externalias-05.cs +++ b/mcs/tests/test-externalias-05.cs @@ -6,7 +6,7 @@ using System; public class Test { - static void Main () + public static void Main () { MyAssembly01::GlobalClass.JustForFirst (); MyAssembly02::GlobalClass.JustForSecond ();