New test.
[mono.git] / mcs / errors / cs0252.cs
index 4e296420b0f125447c3d3e9cd3241c06c26077e0..78721ee36482ee79f7ee3d8881aad7738142f662 100644 (file)
@@ -1,4 +1,4 @@
-// cs0252.cs: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type `string'
+// CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values
 // Line: 10
 // Compiler options: -warn:2 -warnaserror