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:
authorMartin Baulig <martin@novell.com>2002-08-06 00:14:00 +0400
committerMartin Baulig <martin@novell.com>2002-08-06 00:14:00 +0400
commitc266c087a486588556bf6faa4245c45a54d32156 (patch)
tree2a973902c5817b9b497b69abeecaba7e8334977e /mcs/errors/cs0126.cs
parentea109a812e5633487f972443f02935997eaff9f5 (diff)
Make these tests actually work, they contained other syntax errors than the
ones they were supposed to produce. svn path=/trunk/mcs/; revision=6442
Diffstat (limited to 'mcs/errors/cs0126.cs')
-rw-r--r--mcs/errors/cs0126.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0126.cs b/mcs/errors/cs0126.cs
index 2742abfdb09..f17d4d39607 100644
--- a/mcs/errors/cs0126.cs
+++ b/mcs/errors/cs0126.cs
@@ -2,7 +2,7 @@
// Line: 7
class X {
- int X ()
+ int Y ()
{
return;
}