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-039.cs')
-rw-r--r--mcs/tests/gtest-039.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/gtest-039.cs b/mcs/tests/gtest-039.cs
index 24d3d62f668..7c94c8acfa3 100644
--- a/mcs/tests/gtest-039.cs
+++ b/mcs/tests/gtest-039.cs
@@ -49,7 +49,7 @@ class Zoo<T>
class X
{
- static void Main ()
+ public static void Main ()
{
Zoo<string> zoo = new Zoo<string> ("Boston");
IMonkey<float> monkey = zoo.GetTheMonkey<float> (3.14F);