X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-10.cs;h=95f8cd4129aff2cb72591d224e1ca08ea2fef9e1;hb=HEAD;hp=b2ad3c8bf78fd043e819db751128c406e03699e1;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/tests/test-iter-10.cs b/mcs/tests/test-iter-10.cs index b2ad3c8bf78..95f8cd4129a 100644 --- a/mcs/tests/test-iter-10.cs +++ b/mcs/tests/test-iter-10.cs @@ -26,7 +26,7 @@ class X { } } - static int Main () + public static int Main () { IEnumerator e = GetIt; int total = 0;