Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-anon-115.cs
index 432501e0df5194d3975b03975698ae7e9e189bf0..886c49874c45213f7182f6a3cba449fd26ac983f 100644 (file)
@@ -25,7 +25,7 @@ class Test<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test<string>.Hello ("World", 3.1415F);
        }