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-95.cs')
-rw-r--r--mcs/tests/test-95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-95.cs b/mcs/tests/test-95.cs
index 8a134a566e1..7289acfbd1e 100644
--- a/mcs/tests/test-95.cs
+++ b/mcs/tests/test-95.cs
@@ -6,7 +6,7 @@ class X {
{
}
- static int Main ()
+ public static int Main ()
{
X x = new X ();