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:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-04 17:40:43 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-04 17:40:43 +0400
commit6c35e60fa88a5485032cf9dcb666fbb4f3ae1c2a (patch)
treef8566cfff0d6a5831498b3c76424012e371a2425 /mcs/errors/ChangeLog
parent4987f37a49356efb8b0e93a19f9c7ccb93c743e5 (diff)
* cs1521-2.cs: Change 'class' to a 'struct' to narrow down the
testcase to having only the mentioned error. With the previous code, CS0208 was also appropriate. svn path=/trunk/mcs/; revision=42521
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index d5e2f758a9c..033b4ae74fa 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-04 Raja R Harinath <rharinath@novell.com>
+
+ * cs1521-2.cs: Change 'class' to a 'struct' to narrow down the
+ testcase to having only the mentioned error. With the previous
+ code, CS0208 was also appropriate.
+
2005-04-01 Raja R Harinath <rharinath@novell.com>
* TestRunner.cs (TestRunner): Make "KNOWN ISSUE" messages slightly