X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-iter-10.cs;h=6c25baa84a07068cb80154442d5060d0dd550e1c;hb=01ea58cbd474d4a9230acbba5571738896539d42;hp=68c4f7dcdd7fdba4c3781d2bc7d3f5343f85d17e;hpb=a5e40870bd3bb18e1681afed6c71e7edfdb80534;p=mono.git diff --git a/mcs/tests/gtest-iter-10.cs b/mcs/tests/gtest-iter-10.cs index 68c4f7dcdd7..6c25baa84a0 100644 --- a/mcs/tests/gtest-iter-10.cs +++ b/mcs/tests/gtest-iter-10.cs @@ -8,7 +8,7 @@ class Test while (from <= to) yield return from++; } - static int Main () + public static int Main () { IEnumerable e = FromTo (1, 10);