Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / gtest-iter-27.cs
index 202964dd3e310616d1edc6816d6d1d753eb745dc..ea4b4c41dd80f47d554de70c19ff6e282d936742 100644 (file)
@@ -3,7 +3,7 @@ using System.Collections.Generic;
 
 public class CompilerBug
 {
-       static void Main ()
+       public static void Main ()
        {
                foreach (string message in Foo ())
                        Console.WriteLine (message);