X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-cls-03.cs;h=248c98f6b6b8c5928c1b300716d59e817339a9d1;hb=HEAD;hp=483b00dd88024b4e6d64ed9a6761a4d84ef57c4c;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/tests/test-cls-03.cs b/mcs/tests/test-cls-03.cs index 483b00dd880..248c98f6b6b 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)] @@ -9,5 +11,5 @@ public class CLSClass { return null; } - static void Main() {} -} \ No newline at end of file + public static void Main() {} +}