Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0a18d50..3f2b009
@@ -1,5 +1,5 @@
 class X {
-       static int Main (string [] args)
+       public static int Main (string [] args)
        {
                System.Console.WriteLine ("Hello, World");
                return 0;