Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-334.cs
index 20cc507fd9ffe7853d2509ae4040a4bd8a247a07..e8fdbb929024103db47f8b419cebd0594d64db9f 100644 (file)
@@ -3,7 +3,7 @@ namespace Test {
        namespace Foo {
                namespace Index {
                        public class CompoundFileReader : Bar {
-                               static void Main () { }
+                               public static void Main () { }
                        }
                }
        }