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-09-14 20:44:49 +0400
committerMarek Safar <marek.safar@gmail.com>2004-09-14 20:44:49 +0400
commit7964db00df4eeff1e5c31ad8b95740bec67365af (patch)
treee73b089dfeeb419e8fe14787162cacdcb8abe596 /mcs/tests/test-272.cs
parent6468cf0cd013943503cdad87d4664f66570bb18a (diff)
Fixed test
svn path=/trunk/mcs/; revision=33889
Diffstat (limited to 'mcs/tests/test-272.cs')
-rw-r--r--mcs/tests/test-272.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-272.cs b/mcs/tests/test-272.cs
index e4c2d458b24..ea06b69faa2 100644
--- a/mcs/tests/test-272.cs
+++ b/mcs/tests/test-272.cs
@@ -5,7 +5,7 @@ class BazAttribute : System.Attribute
public BazAttribute () {}
public BazAttribute (Foo foo1) {}
public Foo foo2;
- public Foo foo3 { set {} }
+ public Foo foo3 { set {} get { return Foo.Bar; } }
};
class Test