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:
authorMiguel de Icaza <miguel@gnome.org>2002-12-11 02:47:42 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-12-11 02:47:42 +0300
commit056d6258c85b5dd8e8a031038b00bd72ece1657d (patch)
tree69885cb1f7e64e97c091032fa71a990396971577 /mcs/tests/test-101.cs
parentb057401f910e8a716cc22e32affd757a632e720d (diff)
Improve test
svn path=/trunk/mcs/; revision=9552
Diffstat (limited to 'mcs/tests/test-101.cs')
-rw-r--r--mcs/tests/test-101.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/tests/test-101.cs b/mcs/tests/test-101.cs
index c0256030fc0..5ed02f537e6 100644
--- a/mcs/tests/test-101.cs
+++ b/mcs/tests/test-101.cs
@@ -18,6 +18,11 @@ namespace Test {
ival = blah;
}
}
+
+ [Flags, ]
+ enum X {
+ A, B
+ }
[My("testclass")]
[My2("testclass", 22)]