[msvc] Update csproj files (#4846)
[mono.git] / mcs / errors / cs0153.cs
index c102bfa4672b08a84a36f166543078934651038f..f50f1d55714a0ea597c05fa513429b4decffe2df 100644 (file)
@@ -1,5 +1,6 @@
-// cs0153.cs: goto default only allowed in switch statement
-// Line:
+// CS0153: A goto case is only valid inside a switch statement
+// Line: 7
+
 class X {
        void Main ()
        {