Skip to content

Commit

Permalink
small thing
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Dec 22, 2024
1 parent 75e314e commit 2a640ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FastExpressionCompiler.TestsRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Program
{
public static void Main()
{
new LightExpression.IssueTests.Issue437_Shared_variables_with_nested_lambdas_returning_incorrect_values().Run();
// new LightExpression.IssueTests.Issue437_Shared_variables_with_nested_lambdas_returning_incorrect_values().Run();
// new LightExpression.IssueTests.Issue353_NullReferenceException_when_calling_CompileFast_results().Run();
// new LightExpression.UnitTests.ArithmeticOperationsTests().Run();

Expand Down

0 comments on commit 2a640ed

Please sign in to comment.