Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-1.cs
index adb1dd88a92798149629456d8f5ef4aa5b8834f6..29e46214b9208cfa32ef18299c2e02966a33428c 100644 (file)
@@ -1,7 +1,7 @@
 using System;
 
 class X {
-       static int Main (string [] args)
+       public static int Main (string [] args)
        {
                Console.WriteLine ("Hello, World!");
                return 0;