summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0163.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs0163.cs')
-rw-r--r--mcs/errors/cs0163.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcs/errors/cs0163.cs b/mcs/errors/cs0163.cs
index 7596a4fcea..1f65f60490 100644
--- a/mcs/errors/cs0163.cs
+++ b/mcs/errors/cs0163.cs
@@ -1,6 +1,5 @@
-// CS0163: Control cannot fall through from one case label to another
-// Line: 17
-
+// CS0163: Control cannot fall through from one case label `case 3:' to another
+// Line: 21
public class Foo
{