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-03-03 15:16:11 +0300
committerMarek Safar <marek.safar@gmail.com>2009-03-03 15:16:11 +0300
commit1c65d7739f6e2dfabca987a65c818f87810e85a0 (patch)
tree3c31e41c4ab5fb73a526257e6beee46fee36482f /mcs/tests/test-cls-03.cs
parent8b20a0b200b164a12f090f6cab702ce614d43d1a (diff)
New tests.
svn path=/trunk/mcs/; revision=128427
Diffstat (limited to 'mcs/tests/test-cls-03.cs')
-rw-r--r--mcs/tests/test-cls-03.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/tests/test-cls-03.cs b/mcs/tests/test-cls-03.cs
index 483b00dd880..a59aff114dd 100644
--- a/mcs/tests/test-cls-03.cs
+++ b/mcs/tests/test-cls-03.cs
@@ -1,3 +1,5 @@
+// Compiler options: -warnaserror
+
using System;
[assembly:CLSCompliant(true)]
@@ -10,4 +12,4 @@ public class CLSClass {
}
static void Main() {}
-} \ No newline at end of file
+}