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>2005-04-20 03:53:17 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-04-20 03:53:17 +0400
commitb017fdde768e4f97293eb660b79e9f80de603329 (patch)
treeef0d3af613e51012f22e6687e7cc200a80451942 /mcs/errors/errors.txt
parent50da71cdfde6071b876b9dad0f538b17cd07f926 (diff)
This was a duplicated error test with 368, update to test something new
svn path=/trunk/mcs/; revision=43303
Diffstat (limited to 'mcs/errors/errors.txt')
-rw-r--r--mcs/errors/errors.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index d66a779db34..93a688c1e11 100644
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -89,6 +89,8 @@ numbers, as they look nicer on the debugging output.
-29 Use -option instead of --option: to move people to the new
command line handling.
+-30 This version of the runtime does not support making pinned local variables.
+ This code may cause errors on a runtime with a moving GC
----------