Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / gtest-412.cs
old mode 100755 (executable)
new mode 100644 (file)
index 50d9c25..8b30452
@@ -3,7 +3,7 @@ using System.Reflection;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                Type type = typeof (Foo<>);
                Type [] gargs = type.GetGenericArguments ();