Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-238.cs
old mode 100755 (executable)
new mode 100644 (file)
index 24e48d3..177c8d1
@@ -2,7 +2,7 @@
 // Dependencies: gtest-238-lib.cs
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long> foo = new Foo<long> ();
                if (foo.Test (3) != 1)