Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2007-05-15 23:29:12 +0400
committerMarek Safar <marek.safar@gmail.com>2007-05-15 23:29:12 +0400
commit38dde5febdcd73513b1f03a7fe40ccefc020c328 (patch)
tree7f528e409396dea504354bfc7bd6802504620abe /mcs/errors/cs0159.cs
parenta2c50e9d6a41cbf8e3b5562e70f4e6c52fe85553 (diff)
New test, updates.
svn path=/trunk/mcs/; revision=77432
Diffstat (limited to 'mcs/errors/cs0159.cs')
-rw-r--r--mcs/errors/cs0159.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs0159.cs b/mcs/errors/cs0159.cs
index b09670f9014..882be581b5f 100644
--- a/mcs/errors/cs0159.cs
+++ b/mcs/errors/cs0159.cs
@@ -1,5 +1,5 @@
-// cs0159.cs: No such label `default:' within the scope of the goto statement
-// Line:
+// CS0159: The label `default:' could not be found within the scope of the goto statement
+// Line: 10
class X {