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