codeowners update
[mono.git] / mcs / tests / test-221.cs
index ae8ff2ac0325dded50652de19559cd0f91bc1626..acfbc534646d4596ccf5590782f4ca36a4fd15d9 100644 (file)
@@ -75,7 +75,7 @@ class F : IBlah {
 }
 
 class Driver {
-       static int Main ()
+       public static int Main ()
        {
                if (! B.Test ()) return 1;
                if (! E.Test ()) return 2;