X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-10.cs;h=95f8cd4129aff2cb72591d224e1ca08ea2fef9e1;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=b2ad3c8bf78fd043e819db751128c406e03699e1;hpb=f99ce750ee781a2584e849a0264300fa4d99aaaa;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;