X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-12.cs;h=213baa77140d89a0419b8744df3f87cbd18010c1;hb=100bd760a46811121b4b47ebba941d4fb98486ab;hp=88e102ed0894548504eb037559274d8b339bf2bb;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/tests/test-iter-12.cs b/mcs/tests/test-iter-12.cs index 88e102ed089..213baa77140 100644 --- a/mcs/tests/test-iter-12.cs +++ b/mcs/tests/test-iter-12.cs @@ -7,5 +7,5 @@ class X { } } - static void Main () {} + public static void Main () {} }