X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-iter-03.cs;h=7f2e747b1fca7a73699ee8a551edc8466424c36a;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=342c03fa4bc5cf8c3e393adfeb6b4897214ae246;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;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})){