Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / tests / gtest-108.cs
index a7546e589a6ad57b397a21b7530dc611bd14ba53..6465742175ce6f4f8f6e45d150ae587233420643 100644 (file)
@@ -18,7 +18,7 @@ public class Test<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test<int> test = new Test<int> (3);
                foreach (int a in test)