From: Rolf Bjarne Kvinge Date: Wed, 21 Dec 2016 15:32:29 +0000 (+0100) Subject: [test] Use FULL_AOT_RUNTIME instead of MONOTOUCH. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=36cbe761677da5ca2cefa36562f1b37ed7eca7dd [test] Use FULL_AOT_RUNTIME instead of MONOTOUCH. --- diff --git a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs b/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs index 03060f93c5b..4fca0b34f42 100644 --- a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs +++ b/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs @@ -293,7 +293,7 @@ namespace MonoTests.System.Linq.Expressions { Assert.AreEqual ("foo42", lamda (42, "foo")); } -#if !MONOTOUCH +#if !FULL_AOT_RUNTIME [Test] public void CallDynamicMethod_ToString () {