[xbuild] Fix #40094, part 2/2: AssignProjectConfiguration - Fallback to
[mono.git] / mcs / tests / gtest-234.cs
old mode 100755 (executable)
new mode 100644 (file)
index 28fb7d7..d1f0d88
@@ -7,7 +7,7 @@ public class Test
 
         public IFoo<T> GetFooGeneric<T> () { return default (IFoo<T>); }
 
-       static void Main ()
+       public static void Main ()
        {
                Test test = new Test ();
                test.GetFoo ();