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>2004-06-21 16:07:23 +0400
committerMarek Safar <marek.safar@gmail.com>2004-06-21 16:07:23 +0400
commit8dd59d76593c2d0d9858291b93c9f33b2d388ceb (patch)
tree22d61b97067f58f27eb6df11432283fced680679 /mcs/errors/cs0659.cs
parent092ade872e8891a9063fe4c68fa81635f4905ecc (diff)
new tests
svn path=/trunk/mcs/; revision=30026
Diffstat (limited to 'mcs/errors/cs0659.cs')
-rw-r--r--mcs/errors/cs0659.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs0659.cs b/mcs/errors/cs0659.cs
index 84d77cb45cb..a27934d7328 100644
--- a/mcs/errors/cs0659.cs
+++ b/mcs/errors/cs0659.cs
@@ -1,6 +1,6 @@
-// cs0659.cs: "'E' overrides Object.Equals(object o) but does not override Object.GetHashCode()
+// cs0659.cs: 'E' overrides Object.Equals(object) but does not override Object.GetHashCode()
// Line: 13
-// Compiler options: -warnaserror -warn:4
+// Compiler options: -warnaserror -warn:3
public class Base
{