From b5a2419a46d1cdddde5392d67277f4fd6e76cd62 Mon Sep 17 00:00:00 2001 From: jbevain Date: Thu, 8 Apr 2010 10:04:39 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@155032 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs b/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs index fbd119c8ea..8c83e312ec 100644 --- a/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs +++ b/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs @@ -280,6 +280,6 @@ namespace MonoTests.System.Linq.Expressions Assert.AreEqual (ExpressionType.Constant, q.NodeType); } - } #endif + } } -- 2.11.4.GIT