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:
authorMiguel de Icaza <miguel@gnome.org>2001-11-28 21:15:16 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-11-28 21:15:16 +0300
commit01f5ed55691bf263de4b5ebab21ff357b0af3162 (patch)
tree721428e1a37d6c6edb0878aadc6aed554e26ca8a /mcs/errors/errors.txt
parent7dc4f845cd37bf01ddb38c10bf44a9efe2ae8193 (diff)
Add more error tests
svn path=/trunk/mcs/; revision=1462
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 486b39f176a..8d735119963 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -31,3 +31,10 @@ numbers to match the Microsoft numbers:
from each other.
-11 Delegate creation expression takes only one argument
+
+-12 More than one integral conversion exists for the type on a
+ switch statement.
+
+-13 No return with a value found. Warning, since we currently
+ do not perform flow analysis, and can not tell whether a
+ ret is required or not. \ No newline at end of file