X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0031-8.cs;h=68c7c8002343af27710466f84ba1598bcb90f803;hb=15c0640201fee8407c4a945077e4bc41446bcac7;hp=a17afbd6a0ee7abf1a522c2be635ef1d83597c3a;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/errors/cs0031-8.cs b/mcs/errors/cs0031-8.cs index a17afbd6a0e..68c7c800234 100644 --- a/mcs/errors/cs0031-8.cs +++ b/mcs/errors/cs0031-8.cs @@ -1,7 +1,7 @@ -// cs0031: Constant value `-97' cannot be converted to a `uint' -// Line: 9 - -public class Test -{ - const uint b = -'a'; +// CS0031: Constant value `-97' cannot be converted to a `uint' +// Line: 9 + +public class Test +{ + const uint b = -'a'; } \ No newline at end of file