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