Flush test
[mono.git] / mcs / tests / test-158.cs
index 1de8e5db77eb395aa0b57e6a15d30eed0fef33dd..80b26d88ed0daf86a1d699d39010e6e814c7e2c4 100644 (file)
@@ -20,7 +20,7 @@ public class My : Attribute {
                        if (attributes.Length != 1)
                                return 1;
                        My attr = (My) attributes [0];
-                       if (attr.o != TypeCode.Empty)
+                       if ((TypeCode) attr.o != TypeCode.Empty)
                                return 2;
                        return 0;
                }