svn path=/trunk/mcs/; revision=105325
@@ -259,7 +259,6 @@ namespace MonoTests.System.Linq.Expressions {
}
[Test]
- [Category ("NotWorking")]
public void CallMethodWithExpressionParameter ()
{
var call = Expression.Call (GetType ().GetMethod ("Bang"), Expression.Constant (42));
@@ -139,7 +139,6 @@ namespace MonoTests.System.Linq.Expressions {
public void InvokeWithExpressionLambdaAsArguments ()
var p = Expression.Parameter (typeof (string), "s");