Merge pull request #1856 from alexrp/profiler-improvements
[mono.git] / mcs / errors / cs0168-3.cs
index 9f9283b5fca14782cbc66fb0f6d0b53fb6030e77..e57dca5b94311ed449076fa5cf613814820cdac2 100644 (file)
@@ -1,12 +1,12 @@
-// cs0168-3.cs: The variable `y2' is declared but never used\r
-// Line: 9\r
-// Compiler options: -warn:3 -warnaserror\r
-\r
-class CompilerBugDemo\r
-{\r
-       public static object Wrong()\r
-       {\r
-               object y2;\r
-               return null;\r
-       }\r
+// CS0168: The variable `y2' is declared but never used
+// Line: 9
+// Compiler options: -warn:3 -warnaserror
+
+class CompilerBugDemo
+{
+       public static object Wrong()
+       {
+               object y2;
+               return null;
+       }
 }
\ No newline at end of file