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>2004-06-18 11:53:04 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-18 11:53:04 +0400
commita58b9ee05bbf27fcfc490560aef4a08d23dce69e (patch)
tree1cda8eaf4c3f537430b3d1193653d76e919a4ed4 /mcs/tests/test-272.cs
parent4b3f8258318c4b83f6698a1121bec25f3323ff5e (diff)
fix line-delete-o.
svn path=/trunk/mcs/; revision=29857
Diffstat (limited to 'mcs/tests/test-272.cs')
-rw-r--r--mcs/tests/test-272.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-272.cs b/mcs/tests/test-272.cs
index f5bb7293f72..e4c2d458b24 100644
--- a/mcs/tests/test-272.cs
+++ b/mcs/tests/test-272.cs
@@ -2,6 +2,7 @@ enum Foo { Bar };
class BazAttribute : System.Attribute
{
+ public BazAttribute () {}
public BazAttribute (Foo foo1) {}
public Foo foo2;
public Foo foo3 { set {} }