[interp] fix for ldflda unsafe corner case
[mono.git] / mono / mini / exceptions.cs
index d011fd3d042ff2cd8ef07f981dbe71fc1c74364a..d13385e35bb09348a29b3760622749223b02fbba 100644 (file)
@@ -2708,7 +2708,6 @@ class Tests
                public static Foo* pFoo;
        }
 
-       [Category ("!INTERPRETER")]
        /* MS.NET doesn't seem to throw in this case */
        public unsafe static int test_0_ldflda_null_pointer () {
                int* pi = &Foo.pFoo->i;