Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-354.cs
index 12e96aa8ada09d7dfca95109de102a6bea4813fe..c648814beb16912bfdf3efefdb90df2f5d4600e7 100644 (file)
@@ -3,7 +3,7 @@ class MYAttr : System.Attribute {
 
 [MYAttr]
 partial class A {
-  static void Main () {
+  public static void Main () {
   }
 }