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-07-24 03:30:24 +0400
committerMartin Baulig <martin@novell.com>2002-07-24 03:30:24 +0400
commita102b0069936af249386429b031a16bea9ff3a57 (patch)
tree192abe0d686ace49a159cc2d562b6b419ea244cf /mcs/tests/test-95.cs
parentfcf53a4f773ce088f03fe28a1f0905c56eb86149 (diff)
2002-07-24 Martin Baulig <martin@gnome.org>
* test-149.cs: New test. * test-95.cs: .... and finally, another bug in MCS is fixed and the syntax error in this test is caught. svn path=/trunk/mcs/; revision=6098
Diffstat (limited to 'mcs/tests/test-95.cs')
-rwxr-xr-xmcs/tests/test-95.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-95.cs b/mcs/tests/test-95.cs
index 69f3684a43b..8a134a566e1 100755
--- a/mcs/tests/test-95.cs
+++ b/mcs/tests/test-95.cs
@@ -2,7 +2,7 @@ class X {
double d = 0;
- void X ()
+ X ()
{
}