Merge pull request #496 from nicolas-raoul/unit-test-for-issue2907
[mono.git] / mcs / tests / gtest-036.cs
index 1cf8e8b0e3fc441a36e2c8c1f869af62b952606e..8e224e260452b6695310f9cdb1c6064138f39da1 100644 (file)
@@ -24,6 +24,6 @@ class Stack<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }