Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/test-51.cs')
-rw-r--r--mcs/tests/test-51.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-51.cs b/mcs/tests/test-51.cs
index 3a6257747b6..6ff5c9deeb5 100644
--- a/mcs/tests/test-51.cs
+++ b/mcs/tests/test-51.cs
@@ -81,7 +81,7 @@ class Derived : Base {
}
class boot {
- static int Main ()
+ public static int Main ()
{
Derived d = new Derived ();
return d.Test ();