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-01-28 15:27:03 +0300
committerMarek Safar <marek.safar@gmail.com>2009-01-28 15:27:03 +0300
commitd784cacad88456c8e8d7441291a43362d985df19 (patch)
tree4ab78db37c727a0b1e12b555c4b6646f55c9112f /mcs/tests/gtest-344.cs
parentc0a3a1a90ebf734a1cfe94d8fbf08100a2ea9d19 (diff)
Update.
svn path=/trunk/mcs/; revision=124768
Diffstat (limited to 'mcs/tests/gtest-344.cs')
-rw-r--r--mcs/tests/gtest-344.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mcs/tests/gtest-344.cs b/mcs/tests/gtest-344.cs
index 03314e28a07..17b29052cee 100644
--- a/mcs/tests/gtest-344.cs
+++ b/mcs/tests/gtest-344.cs
@@ -1,5 +1,3 @@
-// Compiler options: /target:library
-
using System;
public abstract class ConfigurationElement
@@ -7,6 +5,10 @@ public abstract class ConfigurationElement
protected ConfigurationElement ()
{
}
+
+ public static void Main ()
+ {
+ }
}
public class CustomConfigurationElement : ConfigurationElement