From 36cbe761677da5ca2cefa36562f1b37ed7eca7dd Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 21 Dec 2016 16:32:29 +0100 Subject: [PATCH] [test] Use FULL_AOT_RUNTIME instead of MONOTOUCH. --- .../Test/System.Linq.Expressions/ExpressionTest_Call.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.25.1