X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-430.cs;h=b4d94871a5284db2a95baa0b6666eb8dd0f2d61a;hb=107e44e461ae22e5fcee195146d753d8e59e8bc8;hp=cf3014012953e45644f9c709d994e6ebb48fdf64;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/tests/test-430.cs b/mcs/tests/test-430.cs index cf301401295..b4d94871a52 100644 --- a/mcs/tests/test-430.cs +++ b/mcs/tests/test-430.cs @@ -4,7 +4,7 @@ class A { } class X { class A { } - static void Main () + public static void Main () { global::A a = new globalA (); System.Console.WriteLine (a.GetType ());