From 645f28d2759fce6fbaf5768b62f92b2dbe3c3490 Mon Sep 17 00:00:00 2001 From: jbevain Date: Sat, 14 Nov 2009 15:50:56 +0000 Subject: [PATCH] remove NotWorking git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@146210 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs b/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs index 094e34b11c..b95f542121 100644 --- a/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs +++ b/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Quote.cs @@ -60,7 +60,6 @@ namespace MonoTests.System.Linq.Expressions } [Test] - [Category ("NotWorking")] public void ParameterInQuotedExpression () // #550722 { // Expression>>> e = (string s) => () => s; -- 2.11.4.GIT