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:
authorJb Evain <jbevain@gmail.com>2007-10-10 15:20:59 +0400
committerJb Evain <jbevain@gmail.com>2007-10-10 15:20:59 +0400
commit9331cff2f48c89011e2411f0d3edfcec22bdbc66 (patch)
tree264a5e3e4e44f6c121265082c03c260d73128154 /mcs/tests/test-594.cs
parent14b3a022981a7189ea18c489f0c3e7f9283ec752 (diff)
add the file for real
svn path=/trunk/mcs/; revision=87257
Diffstat (limited to 'mcs/tests/test-594.cs')
-rw-r--r--mcs/tests/test-594.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/tests/test-594.cs b/mcs/tests/test-594.cs
new file mode 100644
index 00000000000..c27982220b4
--- /dev/null
+++ b/mcs/tests/test-594.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Reflection;
+
+[assembly: AssemblyVersion ("1.0.0.*")]
+
+public class Test {
+
+ static void Main ()
+ {
+ }
+}