Skip to content

Commit

Permalink
adding #419 tests to the net472 test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Oct 13, 2024
1 parent 706de20 commit a111c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/FastExpressionCompiler.TestsRunner.Net472/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ void Run(Func<int> run, string name = null)
Run(new Issue418_Wrong_output_when_comparing_NaN_value().Run);
Run(new LightExpression.IssueTests.Issue418_Wrong_output_when_comparing_NaN_value().Run);

Run(new Issue419_The_JIT_compiler_encountered_invalid_IL_code_or_an_internal_limitation().Run);
Run(new Issue421_Date_difference_is_giving_wrong_negative_value().Run);

Run(new Issue422_InvalidProgramException_when_having_TryCatch_Default_in_Catch().Run);
Expand Down
1 change: 1 addition & 0 deletions test/FastExpressionCompiler.TestsRunner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ void Run(Func<int> run, string name = null)
Run(new Issue418_Wrong_output_when_comparing_NaN_value().Run);
Run(new LightExpression.IssueTests.Issue418_Wrong_output_when_comparing_NaN_value().Run);

Run(new Issue419_The_JIT_compiler_encountered_invalid_IL_code_or_an_internal_limitation().Run);
Run(new Issue421_Date_difference_is_giving_wrong_negative_value().Run);

Run(new Issue422_InvalidProgramException_when_having_TryCatch_Default_in_Catch().Run);
Expand Down

0 comments on commit a111c18

Please sign in to comment.