From eb184b4dc8667aacd6c117f1262850eb39782b68 Mon Sep 17 00:00:00 2001 From: Jb Evain Date: Wed, 27 Feb 2008 13:32:18 +0000 Subject: [PATCH] oops svn path=/trunk/mcs/; revision=96766 --- .../Test/System.Linq.Expressions/ExpressionTest_Call.cs | 1 + 1 file changed, 1 insertion(+) 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 95e4474878c..ab2c868f44d 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 @@ -210,6 +210,7 @@ namespace MonoTests.System.Linq.Expressions { } [Test] + [Category ("NotWorking")] public void CallMethodOnStruct () { var param = Expression.Parameter (typeof (EineStrukt), "s"); -- 2.25.1