Skip to content

Commit 2a640ed

Browse files
committed
small thing
1 parent 75e314e commit 2a640ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FastExpressionCompiler.TestsRunner/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Program
99
{
1010
public static void Main()
1111
{
12-
new LightExpression.IssueTests.Issue437_Shared_variables_with_nested_lambdas_returning_incorrect_values().Run();
12+
// new LightExpression.IssueTests.Issue437_Shared_variables_with_nested_lambdas_returning_incorrect_values().Run();
1313
// new LightExpression.IssueTests.Issue353_NullReferenceException_when_calling_CompileFast_results().Run();
1414
// new LightExpression.UnitTests.ArithmeticOperationsTests().Run();
1515

0 commit comments

Comments
 (0)