X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-126.cs;h=aae93a86ad18454eb35e9d6c7954e805a91dc060;hb=d61e7aca9a4c858c30d6512a7dc8a86f307683a7;hp=9a38f032eabd1d025d6433967167b9221c9c9716;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/tests/gtest-126.cs b/mcs/tests/gtest-126.cs index 9a38f032eab..aae93a86ad1 100644 --- a/mcs/tests/gtest-126.cs +++ b/mcs/tests/gtest-126.cs @@ -34,7 +34,7 @@ class M { return result; } - static void Main () { + public static void Main () { MyFilter m = new MyFilter (); System.Console.WriteLine (foo1 (m).Count); MyBFilter mb = new MyBFilter ();