X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0031-2.cs;h=fe492620acc32855d8107bb877892895a96d290e;hb=b9dd48c9c44bbc9c057aee9bd834de7966ae8565;hp=c4e647ccae4baf130bbcb41bac7b3df926b24722;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs0031-2.cs b/mcs/errors/cs0031-2.cs index c4e647ccae4..fe492620acc 100644 --- a/mcs/errors/cs0031-2.cs +++ b/mcs/errors/cs0031-2.cs @@ -1,10 +1,10 @@ -// cs0031-2.cs: Constant value `-1' cannot be converted to a `byte' -// Line: 9 - -public class Test -{ - public static void Main() - { - byte b = -1; - } +// CS0031: Constant value `-1' cannot be converted to a `byte' +// Line: 9 + +public class Test +{ + public static void Main() + { + byte b = -1; + } } \ No newline at end of file