X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-330.cs;h=3a3fa67661a4a6805b309e7059bd8b97f99514fe;hb=HEAD;hp=15c1698560fe5d930c8cc8096b2261e7dfccdf17;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/tests/test-330.cs b/mcs/tests/test-330.cs index 15c1698560f..3a3fa67661a 100644 --- a/mcs/tests/test-330.cs +++ b/mcs/tests/test-330.cs @@ -1,5 +1,5 @@ class X { - static void Main () + public static void Main () { System.IFormattable foo = -1; }