X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-528.cs;h=83878c41e78438f13d063402e2bc87ef7c56fb25;hb=e90eb269935e8974e24342289d4088a9b200a201;hp=5ac87bed575aa7ab006241178e936954128a9d2b;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/mcs/tests/test-528.cs b/mcs/tests/test-528.cs index 5ac87bed575..83878c41e78 100644 --- a/mcs/tests/test-528.cs +++ b/mcs/tests/test-528.cs @@ -1,13 +1,13 @@ -using System; - -namespace MicroFocus.MONO.Bugs -{ - public class Odd - { - private static readonly Type[] _argTypes = { typeof(object[]) }; - - public static void Main() - { - } - } +using System; + +namespace MicroFocus.MONO.Bugs +{ + public class Odd + { + private static readonly Type[] _argTypes = { typeof(object[]) }; + + public static void Main() + { + } + } } \ No newline at end of file