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-093.cs')
-rw-r--r--mcs/tests/gtest-093.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/gtest-093.cs b/mcs/tests/gtest-093.cs
index b9f4b614e73..a8758251f88 100644
--- a/mcs/tests/gtest-093.cs
+++ b/mcs/tests/gtest-093.cs
@@ -26,6 +26,6 @@ public class Foo<T>
class X
{
- static void Main ()
+ public static void Main ()
{ }
}