Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-074.cs
index dae2000a3a9bec3c6fa434ea9fd527ef6a8fd872..b89e1c0ae0f34e7ece88023a9dd8192753920203 100644 (file)
@@ -24,7 +24,7 @@ public class Test<T>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long> foo = new Foo<long> (3, 5);
                if (foo.Data != 3)