X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-03.cs;h=7f2e747b1fca7a73699ee8a551edc8466424c36a;hb=22faa8733f4899d57064ba364b072648805bcee1;hp=342c03fa4bc5cf8c3e393adfeb6b4897214ae246;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/tests/test-iter-03.cs b/mcs/tests/test-iter-03.cs index 342c03fa4bc..7f2e747b1fc 100644 --- a/mcs/tests/test-iter-03.cs +++ b/mcs/tests/test-iter-03.cs @@ -19,7 +19,7 @@ class X { yield return a; } - static int Main () + public static int Main () { int total = 0; foreach (int i in GetIt (new int [] { 1, 2, 3})){