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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-05-26 22:19:34 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-05-26 22:19:34 +0400
commit077ec2f92d39cb6a01e056d889711c4753811a11 (patch)
tree2a4e4212ef6dc2d3f7548d2419bb740ab2a61f2c /mcs/tests/test-102.cs
parent0653fa94c048f890276785523654662edf7ea7d4 (diff)
Flush changes
svn path=/trunk/mcs/; revision=4949
Diffstat (limited to 'mcs/tests/test-102.cs')
-rw-r--r--mcs/tests/test-102.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/tests/test-102.cs b/mcs/tests/test-102.cs
index 51c9647e0f2..39f018c1378 100644
--- a/mcs/tests/test-102.cs
+++ b/mcs/tests/test-102.cs
@@ -21,11 +21,12 @@ namespace N1 {
[Mine ("hello")]
void Hello ();
}
+
public class Foo {
int i;
- [return : Mine ("Foo")]
+ [Mine ("Foo")]
public static int Main ()
{
return 0;