X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0028-2.cs;h=7ac43ca26bf681afc1d2cbcbbbbee80651dca2fa;hb=3c91695e5b74625a386fcd6a676867b2f9490250;hp=8f57c2f430cd6783a640d2505bb7e33d0eabae9d;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/errors/cs0028-2.cs b/mcs/errors/cs0028-2.cs index 8f57c2f430c..7ac43ca26bf 100644 --- a/mcs/errors/cs0028-2.cs +++ b/mcs/errors/cs0028-2.cs @@ -1,10 +1,10 @@ -// cs0028-2.cs: `T.Main()' has the wrong signature to be an entry point +// CS0028: `T.Main()' has the wrong signature to be an entry point // Line: 6 -// Compiler options: -warnaserror -warn:4 +// Compiler options: -warnaserror:28 -warn:4 class T { public static bool Main () - { + { return false; } }