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>2008-11-03 16:53:37 +0300
committerMarek Safar <marek.safar@gmail.com>2008-11-03 16:53:37 +0300
commit5f8257ff8feb28257fe04ea0bd30479871dc3c49 (patch)
treeb8b30027768913cff4c8fc9eaa3f2b3b9f7c2844 /mcs/tests/test-690.cs
parent4d025c6cc932c2ffffa27994523f425a15b467d7 (diff)
New test.
svn path=/trunk/mcs/; revision=117748
Diffstat (limited to 'mcs/tests/test-690.cs')
-rwxr-xr-xmcs/tests/test-690.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/tests/test-690.cs b/mcs/tests/test-690.cs
new file mode 100755
index 00000000000..b8e08be0637
--- /dev/null
+++ b/mcs/tests/test-690.cs
@@ -0,0 +1,9 @@
+#region "\Uxxoooxx"
+namespace Test
+{
+ class Test
+ {
+ static void Main () { }
+ }
+}
+#endregion