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>2006-07-17 01:16:16 +0400
committerMarek Safar <marek.safar@gmail.com>2006-07-17 01:16:16 +0400
commit408b685c11bfb32bbb8ab9a858b8928f88f4bfd7 (patch)
treec3419c50748b31cd56fce3936fa5ca7e91d08009 /mcs/tests/test-525.cs
parent75bc0abfda491b5cde1d823224b85f10770a4533 (diff)
2006-07-16 Marek Safar <marek.safar@seznam.cz>
A fix for #70506 * driver.cs (MainDriver): When a file extension is missing, use a default one. svn path=/trunk/mcs/; revision=62663
Diffstat (limited to 'mcs/tests/test-525.cs')
-rw-r--r--mcs/tests/test-525.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/tests/test-525.cs b/mcs/tests/test-525.cs
new file mode 100644
index 00000000000..d0dfadcedd4
--- /dev/null
+++ b/mcs/tests/test-525.cs
@@ -0,0 +1,8 @@
+// Compiler options: -out:test-525
+
+public class C
+{
+ public static void Main ()
+ {
+ }
+} \ No newline at end of file