X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-432.cs;h=06fce357280ddecdb2e0010285d1e87aeb134542;hb=088ea9db6e032beb96f33584ab24a9f64681d148;hp=cc072697a4b91aac0e4b05a5ee1cf67494b8523e;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/tests/test-432.cs b/mcs/tests/test-432.cs index cc072697a4b..06fce357280 100644 --- a/mcs/tests/test-432.cs +++ b/mcs/tests/test-432.cs @@ -5,7 +5,7 @@ namespace Foo { } class X { - static void Main () + public static void Main () { Foo.A a = new foo::A (); System.Console.WriteLine (a.GetType ());