From 95b0b8822384fc365a9e9952b114bf9be6b3816c Mon Sep 17 00:00:00 2001 From: Jb Evain Date: Thu, 8 Apr 2010 10:04:39 +0000 Subject: [PATCH] fix typo svn path=/trunk/mcs/; revision=155032 --- .../Test/System.Linq.Expressions/ExpressionTest_Lambda.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs b/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs index fbd119c8ea5..8c83e312ec1 100644 --- a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs +++ b/mcs/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.25.1