Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / gtest-045.cs
index 2036017109d0f7f3bd799f900b32a632270d86de..36d4b2d9977c655998e58ba27f220e03f5e0371c 100644 (file)
@@ -17,7 +17,7 @@ class Test<A,B>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test<float,int> test = new Test<float,int> ();
                test.Foo ("Hello World");