codeowners update
[mono.git] / mcs / tests / test-420.cs
index 99efeda89be53836bd6537b6d937a65c58be538d..b5b2a9eece84dcf5a9fb881e82ab60a05d730b2f 100644 (file)
@@ -1,7 +1,7 @@
 // Compiler options: -r:test-419-3-lib.dll -r:test-419-2-lib.dll
 
 class Test {
-        static void Main () {
+        public static void Main () {
                 Provider p = new Provider ();
         }
 }