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-07 02:12:19 +0400
committerMartin Baulig <martin@novell.com>2002-08-07 02:12:19 +0400
commit9a4aae931ceed1454575a9fd7bd0b9a964abe15d (patch)
tree87623ba5ba8ad19ecea273a2516e56c9a5b71c38 /mcs/tests/test-157.cs
parent0c3d101ecdee2e3fc2e0fe3549d6f3a7ae947990 (diff)
2002-08-07 Martin Baulig <martin@gnome.org>
* test-158.cs: New test for bug #22119. svn path=/trunk/mcs/; revision=6485
Diffstat (limited to 'mcs/tests/test-157.cs')
-rw-r--r--mcs/tests/test-157.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/tests/test-157.cs b/mcs/tests/test-157.cs
index 10dabe30e1a..a01ffc79c1c 100644
--- a/mcs/tests/test-157.cs
+++ b/mcs/tests/test-157.cs
@@ -1,6 +1,3 @@
-// cs-20.cs : Cannot find attribute type My (maybe you forgot to set the usage using the AttributeUsage attribute ?).
-// Line : 18
-
using System;
using System.Reflection;
@@ -16,7 +13,6 @@ namespace Test {
}
[My("testclass")]
-
public class Test {
static public int Main() {
System.Reflection.MemberInfo info = typeof (Test);