Disable a few tests that don't compile without SRE.
[mono.git] / mcs / class / corlib / Test / System / DelegateTest.cs
index df2ad0b7ee9f3d717bc2bb98672a29802424c647..e45efdbd1a370cb1d46c416fbb6dd1ef30e64969 100644 (file)
@@ -1386,6 +1386,7 @@ namespace MonoTests.System
                        Assert.IsTrue (d (0, 0));
                }
 
+#if !MONOTOUCH
                public static void DynInvokeWithClosedFirstArg (object a, object b)
                {
                }
@@ -1419,6 +1420,7 @@ namespace MonoTests.System
                        ac.DynamicInvoke (new object[] { "oi" });
                        ac.DynamicInvoke (new object[] { null });
                }
+#endif
 
                static bool Int32D2 (int x, int y)
                {