Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0652-2.cs
index d804717ac27a9c0928e35f45e2bb3c8944028342..be9d3757677dd458143521f99888c33be5e77123 100644 (file)
@@ -1,6 +1,7 @@
-// cs0652-2.cs : Comparison to integral constant is useless; the constant is outside the range of type `byte'
-// Line: 11
+// CS0652: A comparison between a constant and a variable is useless. The constant is out of the range of the variable type `byte'
+// Line: 12
 // Compiler options: /warn:2 /warnaserror
+
 using System;
 
 public class CS0652 {