X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-435.cs;h=836eb62129f04e02237908ffca4ea32b1dcf7889;hb=d0f51b4e834042cfa593748ada942033b458cc40;hp=b3cfb04caf60492bb71880aa915635813e5dabb6;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/tests/test-435.cs b/mcs/tests/test-435.cs index b3cfb04caf6..836eb62129f 100644 --- a/mcs/tests/test-435.cs +++ b/mcs/tests/test-435.cs @@ -2,7 +2,7 @@ using foo = System.Collections; class X : foo::IEnumerable { System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator () { return null; } - static void Main () + public static void Main () { System.Collections.IEnumerable x = new X (); }