Merge pull request #4931 from kumpera/com-interop-fix
[mono.git] / mcs / tests / test-6.cs
old mode 100755 (executable)
new mode 100644 (file)
index b95d891..a90e0bf
@@ -2,7 +2,7 @@ using System;
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                Console.WriteLine ("From 0 to 9");
                int i;