X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-357.cs;h=da12b228be7e15c203ff35aa5225c6c4d660aeaa;hb=890f40d7ad1d68ea5ff86ffdd3f6829dbd86b3ab;hp=214a42566e614ca6610bb909d6996557b59c4ab8;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/tests/test-357.cs b/mcs/tests/test-357.cs index 214a42566e6..da12b228be7 100644 --- a/mcs/tests/test-357.cs +++ b/mcs/tests/test-357.cs @@ -16,7 +16,7 @@ namespace Foo { partial class Bar { public Bar () {} - static void Main () + public static void Main () { if (new Bar ().f == null) throw new System.Exception ("Didn't resolve Sd.F?");