X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-cls-15.cs;h=9fed2db06bc03a40bf5bc4efba23deae975f890f;hb=44a2d35676fac7c3672de43b72bbf6e05d06b95c;hp=7f93f9e4381b5b5de893537d6da21e24da744f13;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/tests/test-cls-15.cs b/mcs/tests/test-cls-15.cs index 7f93f9e4381..9fed2db06bc 100644 --- a/mcs/tests/test-cls-15.cs +++ b/mcs/tests/test-cls-15.cs @@ -1,3 +1,5 @@ +// Compiler options: -warnaserror + using System; [assembly:CLSCompliant (true)] @@ -28,4 +30,4 @@ public class CLSAttribute_4: Attribute { public class ClassMain { public static void Main () {} -} \ No newline at end of file +}