Browse Source

fix line-delete-o.

svn path=/trunk/mcs/; revision=29857
Raja R Harinath 21 years ago
parent
commit
a58b9ee05b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mcs/tests/test-272.cs

+ 1 - 0
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 {} }