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/gtest-exmethod-28.cs')
-rw-r--r--mcs/tests/gtest-exmethod-28.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/gtest-exmethod-28.cs b/mcs/tests/gtest-exmethod-28.cs
index 00dd1e565ed..012068204ae 100644
--- a/mcs/tests/gtest-exmethod-28.cs
+++ b/mcs/tests/gtest-exmethod-28.cs
@@ -22,7 +22,7 @@ partial class Extensions
class Program
{
- static void Main ()
+ public static void Main ()
{
}
}