[xbuild] Vbc task - make error column check a little non-specific.
[mono.git] / mcs / tests / test-123.cs
index 87f7dbbfe01a5ef85e4217a60fefe28531bdea5c..a27c805c3c4bdfc11ff27bac1cf3e22ff6186859 100644 (file)
@@ -40,6 +40,10 @@ class X {
 
                if (d is int)
                        return 6;
+                       
+               object oi = 1;
+               if (!(oi is int))
+                       return 7;
 
                System.Console.WriteLine ("Is tests pass");
                return 0;