[interp] throw overflow exception on long to ulong cast where long is negative
[mono.git] / mono / mini / exceptions.cs
index 86cec08c3eb3a69530b21943a295c7b8d9aef961..cf1fbb9ec1ce80955cdb54121f5ec3ff130581b6 100644 (file)
@@ -1815,7 +1815,6 @@ class Tests
                return 3;
        }
        
-       [Category ("!INTERPRETER")]
        public static int test_4_checked_cast () {
                 long i;
                 ulong j;