Merge pull request #496 from nicolas-raoul/unit-test-for-issue2907
[mono.git] / mcs / tests / gtest-030.cs
index 29f1082bc67744175c72dff3f24ce03144a12cd2..bdf73bf270e8a6cb596e8271b9ce8347a24993d5 100644 (file)
@@ -27,7 +27,7 @@ class X
                bar.Test (7, "Hello");
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Bar<int,string> bar = new Bar<int,string> ();
                Test (bar);