X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-213.cs;h=2bd707f3892fcd2122e16db86f4b9b70103d370d;hb=HEAD;hp=ac49ea85feddce252909a4f77bc20a46e60c24d9;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/tests/gtest-213.cs b/mcs/tests/gtest-213.cs index ac49ea85fed..2bd707f3892 100644 --- a/mcs/tests/gtest-213.cs +++ b/mcs/tests/gtest-213.cs @@ -23,7 +23,7 @@ public class Test throw new System.Exception ("didn't update 't'"); } - static void Main() + public static void Main() { Fun (new SomeStruct ()); }