X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-12.cs;h=213baa77140d89a0419b8744df3f87cbd18010c1;hb=8bb9b4409d3f73fdf5ec2afc3b9add6bd33f712f;hp=88e102ed0894548504eb037559274d8b339bf2bb;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;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 () {} }