X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-488.cs;h=b0d59895a25f9624c6a35f5ab8b7a2624939a911;hb=91f5a2f30b8972c83c949aab1d8ef07d5a00f21e;hp=62794ff50b836ac6fffe5d5a06b2a1b225ca2f73;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/tests/test-488.cs b/mcs/tests/test-488.cs index 62794ff50b8..b0d59895a25 100644 --- a/mcs/tests/test-488.cs +++ b/mcs/tests/test-488.cs @@ -12,7 +12,7 @@ struct Q { class Test { static IEnumerable foo () { return null; } - static void Main () + public static void Main () { IEnumerable f = foo (); if (f != null)