Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-partial-13.cs
index 5f0b3509a7ddc0f8e363fef4c544740c4c9283cc..1cc0ef6bed716e728daf3f8e74dea7baa0f831ad 100644 (file)
@@ -8,6 +8,6 @@ namespace Test{
        public override int GetHashCode(){  
            return 1;  
        }
-       static void Main () {}
+       public static void Main () {}
     }  
 }