Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-208.cs
index e827dc8efd78f47ece58023da019c1b86d89d976..d5d0ee230c489911fc6f6ac9aab95cba5b255ffe 100644 (file)
@@ -6,7 +6,7 @@ public class Foo<T> where T : class {
 }
 
 class Driver {
-       static void Main ()
+       public static void Main ()
        {
                Foo<SomeClass> f = new Foo<SomeClass> ();
                f.Do ("something");