Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-256.cs
index a2f17d62df3ba1daa6400e3d71376829a623a62d..4676674576a217c299024df6f70359e399e1e1ce 100644 (file)
@@ -14,7 +14,7 @@ public class Test
                yield return "TEST2";
        }
 
-       static void Main ()
+       public static void Main ()
        {
                new Test ().Run ();
        }