[msvc] Update csproj files (#5052)
[mono.git] / mcs / tests / test-690.cs
old mode 100755 (executable)
new mode 100644 (file)
index b8e08be..310da74
@@ -3,7 +3,7 @@ namespace Test
 {
        class Test
        {
-               static void Main () { }
+               public static void Main () { }
        }
 }
 #endregion