Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-096.cs
index 262511bd9ae655d93089a31981f187699947a12a..12407dc5dbadf9e7b7fd0a77dc4798eec9e4c796 100644 (file)
@@ -18,7 +18,7 @@ class Test
                Hello<U> (arr, 1);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Foo<int>[] foo = new Foo<int> [1];
                foo [0] = new Foo<int> ();