[runtime] Add a few mono mono_class_is_... accessors. (#3891)
[mono.git] / mono / mini / generics.cs
index 1284cb292ae733f3f58dc8b78c5a07d72d31e488..018619449191a8cf24899b7d1cba6f55519a85d0 100644 (file)
@@ -898,6 +898,7 @@ class Tests
        }
 
        [Category ("!FULLAOT")]
+       [Category ("!BITCODE")]
        public static int test_0_regress_668095_synchronized_gshared () {
                return DoSomething (new DefaultRetriever ());
        }
@@ -1271,7 +1272,6 @@ class Tests
                c.throw_catch_t ();
                return 0;
        }
-
 }
 
 #if !__MOBILE__