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>2010-03-31 22:50:06 +0400
committerMarek Safar <marek.safar@gmail.com>2010-03-31 22:50:06 +0400
commitf3176e08c9e1384109fd2d5f7e9428b3f5001211 (patch)
tree7224843b708cbcde30d16195ad290757353cd1d3 /mcs/tests/test-748-lib.cs
parent30cffd443d0318426a089ffd0090bf842bcee2bb (diff)
Flush more pending tests.
svn path=/trunk/mcs/; revision=154568
Diffstat (limited to 'mcs/tests/test-748-lib.cs')
-rw-r--r--mcs/tests/test-748-lib.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/tests/test-748-lib.cs b/mcs/tests/test-748-lib.cs
new file mode 100644
index 00000000000..e2187ba186c
--- /dev/null
+++ b/mcs/tests/test-748-lib.cs
@@ -0,0 +1,8 @@
+// Compiler options: -target:library
+
+namespace Test
+{
+ class Foo
+ {
+ }
+} \ No newline at end of file