codeowners update
[mono.git] / mcs / tests / gtest-172.cs
index 9d119526c0b1e4313535a43dd00d42b2211d1894..13ca9e89142a439330bf76871fdf7efdf819b4e6 100644 (file)
@@ -1,6 +1,6 @@
 // Compiler options: /r:gtest-172-lib.dll
 class M {
-  static void Main () {
+  public static void Main () {
     A <int> x = A<int>.Nil._N_constant_object; 
   }
 }