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>2009-10-05 20:07:03 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-05 20:07:03 +0400
commitca1378abd3d6a41572d7970540f8b62b75fc1079 (patch)
treeb193efb685f9261f9e91a9e3bb9b089f07f25da8 /mcs/tests/test-715.cs
parentf8670adfbc96feaa97f91955736743006a0e861b (diff)
New tests.
svn path=/trunk/mcs/; revision=143419
Diffstat (limited to 'mcs/tests/test-715.cs')
-rw-r--r--mcs/tests/test-715.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/tests/test-715.cs b/mcs/tests/test-715.cs
new file mode 100644
index 00000000000..0a0fd29ee1e
--- /dev/null
+++ b/mcs/tests/test-715.cs
@@ -0,0 +1,10 @@
+// Compiler options: -addmodule:test-715-lib.netmodule
+
+class C
+{
+ public static int Main ()
+ {
+ // TODO: check applied attributes
+ return 0;
+ }
+}