codeowners update
[mono.git] / mcs / tests / test-516.cs
index dde3fa3ece05e5e9309e58e3022472507da142e5..1e6396ce9787f425e00cf22a3682357828b7a48f 100644 (file)
@@ -3,7 +3,7 @@
 // Same as test-515, but we're checking that there's no "unreachable code" warning either
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                int i = 0;
                goto a;