Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / tests / test-277.cs
index 75d9047b48dec6aca05658f3bbcabdb78cd33261..720b787fb1a582dbb2c5ab01e24b8ba3d55822bb 100644 (file)
@@ -1,7 +1,7 @@
 // test for bug #56774
 
 class T {
-       static int Main () {
+       public static int Main () {
                return X (1);
        }