Merge pull request #3080 from BrzVlad/feature-enable-conc-master
[mono.git] / mcs / tests / test-56.cs
old mode 100755 (executable)
new mode 100644 (file)
index 1715855..b5ca96b
@@ -1,3 +1,7 @@
+//
+// Stress test properties and the various modes of 
+// declarations (virtual, overrides, abstract, new)
+//
 using System;
 
 interface I {
@@ -48,7 +52,7 @@ class C : A {
 
 class M {
 
-       static int Main ()
+       public static int Main ()
        {
                B b = new B ();