Merge pull request #4040 from ntherning/disable-symbolicate-tests-on-windows
[mono.git] / mcs / errors / cs0132-2.cs
index 11d515567b11dc95a0dd91ce00368d2a1522d25c..36d0e80220fd5e74a2670ae2028512975c67d027 100644 (file)
@@ -1,6 +1,6 @@
-// cs0132.-2cs: `X.X(int)': The static constructor must be parameterless
+// CS0132: `X.X(int)': The static constructor must be parameterless
 // Line: 5
-class X {\r
+class X {
     static int ii = 55;
        static X (int x)
        {