Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-073.cs
index aa7165c727108de88895a28b72437fd26862ce0d..91331454e3b981a865f1b4ad0fd36ac211bebc91 100644 (file)
@@ -27,7 +27,7 @@ struct Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                MyList<Foo<int>> list = new MyList <Foo<int>> ();
                foreach (Foo<int> foo in list)