Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-169.cs
index 7c0dcd6c22f23c01fa927417624e1a00b4f96c72..1d3b467dd3433219be0c174c7a4633afa5e8af3f 100644 (file)
@@ -13,7 +13,7 @@ class C {
 }
 
 class M {
-       static void Main () { 
+       public static void Main () { 
                C.Rev (new list<object>.Cons <string> ());
                C.Rev (new list<object>.Nil <string> ());
         }