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>2006-03-01 17:42:03 +0300
committerRaja R Harinath <harinath@hurrynot.org>2006-03-01 17:42:03 +0300
commit7713641ae9075059e06b2c3c78944c83a46ba393 (patch)
treefd646609f0b1cc1b931928ef0d2ca54f0a0c974b /mcs/tests/ChangeLog
parent4675380f0b7ace5683e840915f8b3587f56a143c (diff)
Fix #77628.
* mcs/ecore.cs (PropertyExpr.InstanceResolve): Fix CS1540 check. * gmcs/ecore.cs (PropertyExpr.InstanceResolve): Likewise. * tests/test-493.cs: New test from #77628. svn path=/trunk/mcs/; revision=57464
Diffstat (limited to 'mcs/tests/ChangeLog')
-rw-r--r--mcs/tests/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/tests/ChangeLog b/mcs/tests/ChangeLog
index edfa77218f2..c3d2103f8b0 100644
--- a/mcs/tests/ChangeLog
+++ b/mcs/tests/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-01 Raja R Harinath <rharinath@novell.com>
+
+ * test-493.cs: New test from #77628.
+
2006-02-27 Marek Safar <marek.safar@seznam.cz>
* test-492.cs: Another attribute tests.