X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-291.cs;h=bd5a7d3111e8da3eb3b53eb1f9836080e45393ce;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=63de7d027789848902311bfb02cd8383babecc51;hpb=af90548a08ef5effc93b083b7eec44daa178b141;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 }