X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-291.cs;h=bd5a7d3111e8da3eb3b53eb1f9836080e45393ce;hb=5afd4aa990748d9754b2590d5e50941b2ecb262a;hp=63de7d027789848902311bfb02cd8383babecc51;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/tests/test-291.cs b/mcs/tests/test-291.cs index 63de7d02778..bd5a7d3111e 100644 --- a/mcs/tests/test-291.cs +++ b/mcs/tests/test-291.cs @@ -9,11 +9,11 @@ public class Test public static void Main () { - #pragma warning disable 219, 612 + #pragma warning disable 219 , 612 int i = 0; Method (); - #pragma warning restore 612 - #pragma warning disable + #pragma warning restore 612 // Some comment here + #pragma warning disable // Some comment here Method (); #pragma warning restore }