codeowners update
[mono.git] / mcs / tests / gtest-392.cs
index 89eed95540f693afc429dfaf17c5015679faad11..6109d62b2b65845d4a1ce9648e5220236c696f57 100644 (file)
@@ -16,7 +16,7 @@ public class DieSubrangeType
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                DieSubrangeType subrange = new DieSubrangeType ();
                Console.WriteLine (subrange.UpperBound != null);