[Mono.Debugger.Soft] Make the ObjectMirror.GetValues() exception a bit more useful
[mono.git] / mcs / tests / test-346.cs
index df36d1bd40f6f10ca3babd964ab6f442cc367a3f..e974e6dec7ae941ad93d1d8daadf58bda1d2ab98 100644 (file)
@@ -4,7 +4,7 @@ namespace TestMethods
 {
        class Class1
        {
-               static int Main()
+               public static int Main()
                {
                        int test_int = 1;
                        TestClass testClass = new TestClass();